h1. Markdown * Markdown 과 관련하여 생각이상으로 유용한 페이지는 다음과 같다. - 해당 페이지는 그림 크기를 조절하기 위한 HTML 소스까지 첨부 되어 있어 Markdown으로 그림크기를 조절하기 어려운 경우 해당 HTML 소스를 참고하면 된다. "마크다운 치트시트":http://blog.epthy.com/md-cheatsheet/#tex-syntax h2. Markdown Here "원본":https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet The only thing I customized is the CSS in "`src/common/default.css`":https://raw.githubusercontent.com/ickc/markdown-here/css-custom/src/common/default.css. h3. Personal Markdown-Here Settings * Syntax Highlighting CSS: *Solarized Light* * TeX Mathematical Formulae Support: the following uses *srcset* and provide 3 images in 1x, 2x, 3x respectively:

    {mathcode}
Unfortunately, email doesn't seem to like *srcset*, so a good compromise will be just 2x:

    {mathcode}
The ppi is chosen such that the text in math match normal text when Latin Modern font is used. For the use of dpi, see https://www.codecogs.com/pages/forums/pagegen.php?id=2914 * Enabled *Enable automatic header anchors.* * Disabled *Enable GFM line breaks.*