Minified html

This commit is contained in:
Nate Choe
2022-06-06 16:02:40 -05:00
parent d21ae6b2ca
commit 46a95c1330
3 changed files with 44 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
A very simple tool to generate natechoe.dev pages. It's effectively just a
generic file preprocessor with HTML some auto escaping.
Please not that ncdg minifies HTML so these examples aren't really correct.
## Usage
There are only 3 features in ncdg:
@@ -104,3 +106,5 @@ Result:
<pre><code>
#include &lt;stdio.h%gt;
</code></pre>
Note that text inside of escaped sections are not minified.