<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 <path_to_markdown_file>
</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>