yamc 0.1.0

Yet Another Markdown Converter - A fast and feature-rich markdown to HTML and PDF converter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<body class="markdown-body"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css"><h1><a href="#yamc" aria-hidden="true" class="anchor" id="yamc"></a>yamc</h1>
<p>Yet Another Markdown Converter, used to convert markdown to static HTML.</p>
<h2><a href="#usage" aria-hidden="true" class="anchor" id="usage"></a>Usage</h2>
<pre><code class="language-sh">cargo run -- convert &lt;path_to_markdown_file&gt; 
</code></pre>
<h2><a href="#features" aria-hidden="true" class="anchor" id="features"></a>Features</h2>
<ol>
<li>It uses strict MarkDown approach , thereby eliminating raw HTML.</li>
<li>Github based CSS is used to render the final HTML.</li>
<li>It's optimized for fast rendering.</li>
</ol>
<h2><a href="#todo" aria-hidden="true" class="anchor" id="todo"></a>TODO</h2>
<ol>
<li>Refactor Code</li>
<li>Find a way to convert HTML to PDF.</li>
</ol>