mdtransform

Crates.iomdtransform
lib.rsmdtransform
version0.2.1
sourcesrc
created_at2022-12-23 23:49:03.130171
updated_at2023-02-04 01:42:26.153759
descriptiona simple program that renders Markdown as HTML for websites
homepagehttps://soupy.me/mdtransform
repositoryhttps://github.com/AnnikaCodes/mdtransform
max_upload_size
id744766
size76,768
Annika (AnnikaCodes)

documentation

README

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>
Commit count: 11

cargo fmt