docs: add source links to basic markdown test files

Add GitHub source directory links at the end of each basic syntax test file for easy reference.
This commit is contained in:
Gigi
2025-11-07 21:08:23 +01:00
parent f0b3ad239c
commit 98291f0904
9 changed files with 36 additions and 0 deletions

View File

@@ -211,3 +211,7 @@ Blockquotes can contain a mix of different content types.
>This might not render correctly in some processors.
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)

View File

@@ -304,3 +304,7 @@ This code block is not closed properly
`` ``code`` ``
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)

View File

@@ -188,3 +188,7 @@ You cannot nest emphasis of the same type, but you can combine different types.
*???*
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)

View File

@@ -213,3 +213,7 @@ Here's how to escape an asterisk: \*
Here's how to escape an underscore: \_
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)

View File

@@ -134,3 +134,7 @@ Multiple headings of the same or different levels can appear consecutively.
# !@#$%^&*()
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)

View File

@@ -188,3 +188,7 @@ ___________________________________
Paragraph text.
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)

View File

@@ -211,3 +211,7 @@ Encode opening parenthesis as `%28` and closing parenthesis as `%29`.
❌ [Incorrect link](https://example.com/page(with)parentheses.html)
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)

View File

@@ -243,3 +243,7 @@ This tests how lists handle a larger number of items.
14. Fourteenth item
15. Fifteenth item
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)

View File

@@ -150,3 +150,7 @@ A.
!@#$%^&*()
---
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)