Skip to content
Snippets Groups Projects
Commit e884d69b authored by Andreas Kraft's avatar Andreas Kraft
Browse files

Added more paragraph style mappings

parent c670c4c2
No related branches found
No related tags found
No related merge requests found
......@@ -55,13 +55,13 @@ addTocMacro = false
; Mapping of Word paragraph styles to markdown styles.
; Note: the paragraph style names must be in lower-case.
[paragraphs]
normal = normal, onem2m-normal
normal = normal, onem2m-normal, normal (web), onem2m-frontmatter, standard, altnormal, annotation text
h1 = heading 1, tt, onem2m-heading1
h2 = heading 2, onem2m-heading2
h3 = heading 3
h4 = heading 4
h5 = heading 5
h6 = heading 6
h6 = heading 6, h6
h7 = heading 7
h8 = heading 8
h9 = heading 9
......@@ -125,6 +125,12 @@ b7 = 2a
2013 = 2d
; Full-size comma
ff0c = 2c20
; Fullwidth colon
ff1a = 3a20
; Fullwidth left parenthesis
ff08 = 2028
; Fullwidth right parenthesis
ff09 = 2920
; "<="
2264 = 3c3d
; ">="
......@@ -140,9 +146,14 @@ fb01 = 6669
; "<="
f0fd = 3c3d
; "=>"
f0e0 = 3e3d
f0e0 = 3d3e
; "<=>"
f0df = 3c3d3e
; "<->"
f0f3 = 266c743b2d3e
; subscript 2
2082 = 32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment