tests: add markdown constructs in its test
This commit is contained in:
parent
e404587851
commit
3dc2a33931
|
@ -10,6 +10,15 @@ This test is meant to convert a Markdown file into:
|
||||||
* an HTML page, or
|
* an HTML page, or
|
||||||
* a PDF.
|
* a PDF.
|
||||||
|
|
||||||
|
Ordered lists can be illustrated too:
|
||||||
|
|
||||||
|
1. One
|
||||||
|
1. Two
|
||||||
|
1. Three
|
||||||
|
|
||||||
|
And so can links like <https://www.defora.org/> or [with
|
||||||
|
labels](https://www.defora.org/).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Acknowledgments
|
Acknowledgments
|
||||||
|
|
Loading…
Reference in New Issue
Block a user