Skip to content

Instantly share code, notes, and snippets.

@aoitaku
Created September 26, 2014 09:21
Show Gist options
  • Save aoitaku/419132a375e0f2306d93 to your computer and use it in GitHub Desktop.
Save aoitaku/419132a375e0f2306d93 to your computer and use it in GitHub Desktop.
Mery Outline Plugin setting for Markdown
[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