mirror of
https://github.com/dergigi/boris.git
synced 2025-12-16 22:24:25 +01:00
docs: update source links to point to specific files
Update source links in each basic markdown test file to link to the specific file path rather than the directory.
This commit is contained in:
@@ -213,5 +213,5 @@ Blockquotes can contain a mix of different content types.
|
||||
|
||||
---
|
||||
|
||||
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||
**Source:** [basic-blockquotes.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-blockquotes.md)
|
||||
|
||||
|
||||
@@ -306,5 +306,5 @@ This code block is not closed properly
|
||||
|
||||
---
|
||||
|
||||
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||
**Source:** [basic-code.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-code.md)
|
||||
|
||||
|
||||
@@ -190,5 +190,5 @@ 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)
|
||||
**Source:** [basic-emphasis.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-emphasis.md)
|
||||
|
||||
|
||||
@@ -215,5 +215,5 @@ Here's how to escape an underscore: \_
|
||||
|
||||
---
|
||||
|
||||
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||
**Source:** [basic-escaping.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-escaping.md)
|
||||
|
||||
|
||||
@@ -136,5 +136,5 @@ Multiple headings of the same or different levels can appear consecutively.
|
||||
|
||||
---
|
||||
|
||||
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||
**Source:** [basic-headings.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-headings.md)
|
||||
|
||||
|
||||
@@ -190,5 +190,5 @@ Paragraph text.
|
||||
|
||||
---
|
||||
|
||||
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||
**Source:** [basic-horizontal-rules.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-horizontal-rules.md)
|
||||
|
||||
|
||||
@@ -213,5 +213,5 @@ Encode opening parenthesis as `%28` and closing parenthesis as `%29`.
|
||||
|
||||
---
|
||||
|
||||
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||
**Source:** [basic-links-and-images.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-links-and-images.md)
|
||||
|
||||
|
||||
@@ -245,5 +245,5 @@ This tests how lists handle a larger number of items.
|
||||
|
||||
---
|
||||
|
||||
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||
**Source:** [basic-lists.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-lists.md)
|
||||
|
||||
|
||||
@@ -152,5 +152,5 @@ A.
|
||||
|
||||
---
|
||||
|
||||
**Source:** [test/markdown](https://github.com/dergigi/boris/tree/master/test/markdown)
|
||||
**Source:** [basic-paragraphs-line-breaks.md](https://github.com/dergigi/boris/tree/master/test/markdown/basic-paragraphs-line-breaks.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user