Movatterモバイル変換


[0]ホーム

URL:


Strict Mode

Published
·
Updated
·
Author
·
typora.io

You could enablestrict mode to tell Typora to followGFM’s spec more strictly. You could disable it if you want the parser to be more “fault tolerant”.

Strict Mode

In Strict Mode, if you want to inputheadings, you must put whitespace after the# characters, for example (· represents for one whitespace):

Markdown SourceResult in Strict ModeResult without Strict Mode
###Header###Header

Header

###·Header

Header

Header

In Strict Mode, if you want to create new block/paragraph in a list item, you must input enough whitespace indentation to make the new paragraph strictly align with its previous paragraph, for example (· represents one space):

Strict Modewithout Strict Mode
1.·aaa··bbb // not in same list

1.·aaa···bbb // in same list

10.·aaa··1.·ccc // not a sub list

10.·aaa····1.·ccc // a sub list
1.·aaa··bbb // in same list

1.·aaa···bbb // in same list

10.·aaa··1.·ccc // a sub list

10.·aaa··· 1.·ccc // a sub list

Enable/Disable Strict Mode

This option can be toggled in thePreference PanelMarkdown section. The option will be applied after Typora has been restarted.


[8]ページ先頭

©2009-2025 Movatter.jp