~adnano/kiln-devel

mdtohtml: Document supported Markdown extensions v1 APPLIED

Sebastian LaVine: 1
 Document supported Markdown extensions

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~adnano/kiln-devel/patches/39853/mbox | git am -3
Learn more about email & git

[PATCH mdtohtml] Document supported Markdown extensions Export this patch

---
 docs/mdtohtml.1.scd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/mdtohtml.1.scd b/docs/mdtohtml.1.scd
index 4895c13..1727786 100644
--- a/docs/mdtohtml.1.scd
+++ b/docs/mdtohtml.1.scd
@@ -12,6 +12,8 @@ mdtohtml - convert Markdown to HTML
The mdtohtml utility reads CommonMark-compliant Markdown from the standard input
and writes HTML to the standard output.

mdtohtml supports extensions for footnotes and syntax highlighting.

The options are as follows:

*-u*, *--unsafe*
-- 
2.40.0
Thanks!

To git@git.sr.ht:~adnano/mdtohtml
   3cf1049..5b80bf9  master -> master