| Crates.io | mdtransform |
| lib.rs | mdtransform |
| version | 0.2.1 |
| created_at | 2022-12-23 23:49:03.130171+00 |
| updated_at | 2023-02-04 01:42:26.153759+00 |
| description | a simple program that renders Markdown as HTML for websites |
| homepage | https://soupy.me/mdtransform |
| repository | https://github.com/AnnikaCodes/mdtransform |
| max_upload_size | |
| id | 744766 |
| size | 76,768 |
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>