Markdown

  • Markdown 과 관련하여 생각이상으로 유용한 페이지는 다음과 같다.
    - 해당 페이지는 그림 크기를 조절하기 위한 HTML 소스까지 첨부 되어 있어 Markdown으로 그림크기를 조절하기 어려운 경우 해당 HTML 소스를 참고하면 된다.

마크다운 치트시트

Markdown Here

원본

The only thing I customized is the CSS in src/common/default.css.

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:
    <img src="https://latex.codecogs.com/png.latex?\dpi{99}{urlmathcode}" srcset="https://latex.codecogs.com/png.latex?\dpi{99}{urlmathcode} 1x, https://latex.codecogs.com/png.latex?\dpi{198}{urlmathcode} 2x, https://latex.codecogs.com/png.latex?\dpi{297}{urlmathcode} 3x" alt="{mathcode}">
Unfortunately, email doesn't seem to like srcset, so a good compromise will be just 2x:
    <img src="https://latex.codecogs.com/png.latex?\dpi{198}{urlmathcode}" alt="{mathcode}" style="zoom: 50%">
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.

내보내기 PDF HTML TXT

클립보드 이미지 추가 (최대 크기: 977.563 MB)