Created
September 26, 2014 09:21
-
-
Save aoitaku/419132a375e0f2306d93 to your computer and use it in GitHub Desktop.
Mery Outline Plugin setting for Markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Outline\Text] | |
IndentType=3 | |
ViewLevel=8 | |
Match0=^#(.+?)( #*)?$ | |
RegEx0=1 | |
Replace0=$1 | |
Match1=^##(.+?)( #*)?$ | |
RegEx1=1 | |
Replace1=$1 | |
Match2=^###(.+?)( #*)?$ | |
RegEx2=1 | |
Replace2=$1 | |
Match3=^####(.+?)( #*)?$ | |
RegEx3=1 | |
Replace3=$1 | |
Match4=^#####(.+?)( #*)?$ | |
RegEx4=1 | |
Replace4=$1 | |
Match5=^######(.+?)( #*)?$ | |
RegEx5=1 | |
Replace5=$1 | |
Match6=^- (.+)$ | |
RegEx6=1 | |
Replace6=$1 | |
Match7=^ - (.+)$ | |
RegEx7= | |
Replace7=$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment