Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.42 KB

python-markdown.md

File metadata and controls

35 lines (22 loc) · 2.42 KB

Python-Markdown

新手上路 ?? {: #getting-started }

應用實例 {: #powered-by }

Markdown ??

  • Differences - Python-Markdown — Python-Markdown 3.0.1 documentation #ril
    • While Python-Markdown strives to fully implement markdown as described in the syntax rules, the rules can be interpreted in different ways and different implementations occasionally vary in their behavior (see the Babelmark FAQ for some examples). Known and INTENTIONAL differences found in Python-Markdown are summarized below: 有些部份 Markdown 原作者沒講清楚,衍生出實作上的差異
    • Middle-Word Emphasis -- Python-Markdown defaults to ignoring MIDDLE-WORD EMPHASIS (and strong emphasis). In other words, some_long_filename.txt will not become some<em>long</em>filename.txt. This can be switched off if desired. See the Legacy EM Extension for details. 這對中文很重要 (否則要刻意寫成 用 _底線_ 標示重點),啟用 legacy_em extension 即可,確認過在 code span 裡的底線不受影響。

Extension ??

參考資料 {: #reference }

手冊: