pandoc/src/Text/Pandoc/Readers/Docx
Jesse Rosenthal a01913b45c Docx reader: Allow numbering in the style file.
This allows inherited styles with numbering (lists). It works like this:

 1. check to see if the style has numbering info.
 2. if the paragraph has explicit numbering info in the doc that takes
 precedence.
 3. if not we use the numbering info in the style, if it's there.
 4. otherwise normal paragraph.

We no longer assume it's not a numbering element if it doesn't have an
explicit level---we just set that level to 1. (In the style files, the
examples I've seen don't have that explicit level.)
2015-02-19 00:17:04 -05:00
..
Fonts.hs Docx Fonts: Derives Show and Eq 2014-08-11 10:30:32 -04:00
Lists.hs Docx reader: Single-item headers in ordered lists are headers. 2014-09-04 16:35:57 -04:00
Parse.hs Docx reader: Allow numbering in the style file. 2015-02-19 00:17:04 -05:00
Reducible.hs Rewrite Docx.hs and Reducible to use Builder. 2014-08-16 10:22:55 -04:00