mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-20 22:46:06 +00:00
Docx writer: Start bullet lists with solid bullet.
This commit is contained in:
@@ -251,12 +251,13 @@ mkLvl marker lvl =
|
||||
,show n)
|
||||
step = 720
|
||||
hang = step `div` 2
|
||||
bulletFor 1 = "\8226"
|
||||
bulletFor 2 = "\9702"
|
||||
bulletFor 3 = "\8227"
|
||||
bulletFor 4 = "\8259"
|
||||
bulletFor 5 = "\8226"
|
||||
bulletFor _ = "\9702"
|
||||
bulletFor 0 = "\8226"
|
||||
bulletFor 1 = "\9702"
|
||||
bulletFor 2 = "\8227"
|
||||
bulletFor 3 = "\8259"
|
||||
bulletFor 4 = "\8226"
|
||||
bulletFor 5 = "\9702"
|
||||
bulletFor _ = "\8227"
|
||||
styleFor UpperAlpha _ = "upperLetter"
|
||||
styleFor LowerAlpha _ = "lowerLetter"
|
||||
styleFor UpperRoman _ = "upperRoman"
|
||||
|
||||
Reference in New Issue
Block a user