#markdown-html #website #renders #title

app mdtransform

a simple program that renders Markdown as HTML for websites

3 unstable releases

0.2.1 Feb 4, 2023
0.2.0 Feb 4, 2023
0.1.0 Dec 23, 2022

#1296 in Text processing

Download history 2/week @ 2024-02-16 14/week @ 2024-02-23 8/week @ 2024-03-01 40/week @ 2024-03-29 11/week @ 2024-04-05

51 downloads per month

MIT license

22KB
215 lines

mdtransform

This is a simple program that renders Markdown as HTML for websites.

You can use the title directive to set a page's title:

# TITLE: your title here

becomes

<title>your title here</title>
<center>
    <h1 style='margin-bottom: 0px; font-size: 2.5rem;'>your title here</h1>
    <hr />
</center>

Dependencies

~7.5MB
~140K SLoC