mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 22:54:30 +01:00
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:
@@ -211,3 +211,7 @@ Blockquotes can contain a mix of different content types.
|
|||||||
|
|
||||||
>This might not render correctly in some processors.
|
>This might not render correctly in some processors.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||||
|
|
||||||
|
|||||||
@@ -304,3 +304,7 @@ This code block is not closed properly
|
|||||||
|
|
||||||
`` ``code`` ``
|
`` ``code`` ``
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -213,3 +213,7 @@ Here's how to escape an asterisk: \*
|
|||||||
|
|
||||||
Here's how to escape an underscore: \_
|
Here's how to escape an underscore: \_
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -188,3 +188,7 @@ ___________________________________
|
|||||||
|
|
||||||
Paragraph text.
|
Paragraph text.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||||
|
|
||||||
|
|||||||
@@ -211,3 +211,7 @@ Encode opening parenthesis as `%28` and closing parenthesis as `%29`.
|
|||||||
|
|
||||||
❌ [Incorrect link](https://example.com/page(with)parentheses.html)
|
❌ [Incorrect link](https://example.com/page(with)parentheses.html)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||||
|
|
||||||
|
|||||||
@@ -243,3 +243,7 @@ This tests how lists handle a larger number of items.
|
|||||||
14. Fourteenth item
|
14. Fourteenth item
|
||||||
15. Fifteenth item
|
15. Fifteenth item
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||||
|
|
||||||
|
|||||||
@@ -150,3 +150,7 @@ A.
|
|||||||
|
|
||||||
!@#$%^&*()
|
!@#$%^&*()
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user