This commit is contained in:
Igor Ranieri 2025-09-21 08:19:01 +02:00
commit c9f61c4e06
16 changed files with 1366 additions and 0 deletions

89
test/markup.md Normal file
View file

@ -0,0 +1,89 @@
/emphasized text/
__bold text__
@monospace text@
"Module.Name"
"Module.Name#anchor"
"Module.Name#anchor"
[http://example.com](http://example.com)
<[http://example.com](http://example.com) label text>
[http://example.com](http://example.com)
[https://example.com](https://example.com)
ftp\://example.com
[link text](http://example.com)
[link text]("Module.Name")
#anchor-name#
'identifier'
<<image.png>>
<<image.png title text>>
![alt text](image.png)
\(mathematical expression\)
\[mathematical expression\]
@
code block content
with multiple lines
@
> code line 1
> code line 2
>>> expression
result line 1
result line 2
>>> another expression
result
prop> property description
* item 1
* item 2
continued content
- item 1
- item 2
1. item 1
2. item 2
(1) item 1
(2) item 2
[term] definition content
[another term] more definition content
+----------+----------+
| Header 1 | Header 2 |
+==========+==========+
| Cell 1 | Cell 2 |
+----------+----------+
| Cell 3 | Cell 4 |
+----------+----------+
= Level 1 Header
== Level 2 Header
=== Level 3 Header
==== Level 4 Header
===== Level 5 Header
====== Level 6 Header
@since package-name-1.2.3
@since 1.2.3
&#65; (decimal)
&#x41; (hexadecimal)
&#X41; (hexadecimal)
This \@escapes\@ at signs