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:
Gigi
2025-11-07 21:08:50 +01:00
parent 98291f0904
commit 54ed0c547f
9 changed files with 9 additions and 9 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)