From 3dc2a339318b897fd4f4f1b69d9f77dcd1b8030a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 21 Jun 2021 00:15:06 +0200 Subject: [PATCH] tests: add markdown constructs in its test --- tests/markdown.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/markdown.md b/tests/markdown.md index d210d8f..452bedf 100644 --- a/tests/markdown.md +++ b/tests/markdown.md @@ -10,6 +10,15 @@ This test is meant to convert a Markdown file into: * an HTML page, or * a PDF. +Ordered lists can be illustrated too: + +1. One +1. Two +1. Three + +And so can links like or [with +labels](https://www.defora.org/). + --- Acknowledgments