David Peng

Results 2 issues of David Peng

I created a project named [tufte-markdown](https://github.com/duzyn/tufte-markdown) so you can simply write your articles with Markdown, then you can convert them to beautiful HTML and PDF articles using Tufte's style. You...

``` {% if post.toc %} {{ post.content | toc }} {% else %} {{ post.content }} {% endif %} ```