Commit 47f3f6cb authored by ankraft's avatar ankraft
Browse files

Added more paragraph mappings and changed comments format

parent 6f5baea5
Loading
Loading
Loading
Loading
+21 −19
Original line number Original line Diff line number Diff line
#
;
#	config.ini
;	config.ini
#
;
#	Default paragraph mappings for oneM2M specs to Markdown format
;	Default paragraph mappings for oneM2M specs to Markdown format
#
;
#	Note: all paragraph names must be in lower case.
;	Note: all paragraph names must be in lower case.




[general]
[general]
# Replace non-breaking spaces in the word document with an HTML space entity.
; Replace non-breaking spaces in the word document with an HTML space entity.
replaceNbsp =  
replaceNbsp =  


# Replace the less than character in the word document with an HTML entity.
; Replace the less than character in the word document with an HTML entity.
replaceLt = <
replaceLt = <


; Rename EMF/WMF image references to a different file extension.
; Rename EMF/WMF image references to a different file extension.
@@ -22,7 +22,7 @@ renameEMFExtension = svg
; Default: false
; Default: false
skipUnreferencedMediaFiles = false
skipUnreferencedMediaFiles = false


# Combine code paragraphs into a single markdown code paragraph.
; Combine code paragraphs into a single markdown code paragraph.
combineCodeParagraphs = true
combineCodeParagraphs = true


; Add image captions to the markdown's alternate text.
; Add image captions to the markdown's alternate text.
@@ -31,27 +31,29 @@ imageCaptions2AltText = true




[toc]
[toc]
# Add section numbers to the headlines
; Add section numbers to the headlines
addSectionNumbers = false
addSectionNumbers = false


# Exclude the following paragraph types from numbering. 
; Exclude the following paragraph types from numbering. 
# The default is to exclude the "Content" heading.
; The default is to exclude the "Content" heading.
excludeFromNumbering = tt
excludeFromNumbering = tt


# The paragraph type that is used in the original document for the table of contents.
; The paragraph type that is used in the original document for the table of contents.
tocStartParagraph = heading no numbering
tocStartParagraph = heading no numbering


# The level of the table of contents.
; The level of the table of contents.
tocHeaderLevel = 1
tocHeaderLevel = 1


# Automatically generate a table of contents.
; Automatically generate a table of contents.
generateToc = false
generateToc = false


# Add a macro "[toc]" to the document that can be used to generate a table of contents.
; Add a macro "[toc]" to the document that can be used to generate a table of contents.
# Some converters and viewer support this macro.
; Some converters and viewer support this macro.
addTocMacro = false
addTocMacro = false




; Mapping of Word paragraph styles to markdown styles.
; Note: the paragraph style names must be in lower-case.
[paragraphs]
[paragraphs]
normal = normal, onem2m-normal
normal = normal, onem2m-normal
h1 = heading 1, tt, onem2m-heading1
h1 = heading 1, tt, onem2m-heading1
@@ -66,10 +68,10 @@ h9 = heading 9
a1 = heading 1
a1 = heading 1
a2 = heading 2
a2 = heading 2
a3 = heading 3
a3 = heading 3
note = no, onem2m-iprtitle, onem2m-ipr
note = no, nf, onem2m-iprtitle, onem2m-ipr, note heading
code = pl
code = pl
example = ex, ew
example = ex, ew
ul1 = b1, b1+, list paragraph
ul1 = b1, b1+, list paragraph, list bullet
ul2 = b2, b2+
ul2 = b2, b2+
ul3 = b3, b3+
ul3 = b3, b3+
ul4 = b4, b4+
ul4 = b4, b4+