diff --git a/config.ini b/config.ini
index 0ebaa7e74326d118a15089e0b81fb5561ba9f491..46735eb0f11120179a48c40187b0ed12df58d251 100644
--- a/config.ini
+++ b/config.ini
@@ -1,16 +1,16 @@
-#
-#	config.ini
-#
-#	Default paragraph mappings for oneM2M specs to Markdown format
-#
-#	Note: all paragraph names must be in lower case.
+;
+;	config.ini
+;
+;	Default paragraph mappings for oneM2M specs to Markdown format
+;
+;	Note: all paragraph names must be in lower case.
 
 
 [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 =  
 
-# 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 = <
 
 ; Rename EMF/WMF image references to a different file extension.
@@ -22,7 +22,7 @@ renameEMFExtension = svg
 ; Default: false
 skipUnreferencedMediaFiles = false
 
-# Combine code paragraphs into a single markdown code paragraph.
+; Combine code paragraphs into a single markdown code paragraph.
 combineCodeParagraphs = true
 
 ; Add image captions to the markdown's alternate text.
@@ -31,27 +31,29 @@ imageCaptions2AltText = true
 
 
 [toc]
-# Add section numbers to the headlines
+; Add section numbers to the headlines
 addSectionNumbers = false
 
-# Exclude the following paragraph types from numbering. 
-# The default is to exclude the "Content" heading.
+; Exclude the following paragraph types from numbering. 
+; The default is to exclude the "Content" heading.
 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
 
-# The level of the table of contents.
+; The level of the table of contents.
 tocHeaderLevel = 1
 
-# Automatically generate a table of contents.
+; Automatically generate a table of contents.
 generateToc = false
 
-# Add a macro "[toc]" to the document that can be used to generate a table of contents.
-# Some converters and viewer support this macro.
+; Add a macro "[toc]" to the document that can be used to generate a table of contents.
+; Some converters and viewer support this macro.
 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
 h1 = heading 1, tt, onem2m-heading1
@@ -66,10 +68,10 @@ h9 = heading 9
 a1 = heading 1
 a2 = heading 2
 a3 = heading 3
-note = no, onem2m-iprtitle, onem2m-ipr
+note = no, nf, onem2m-iprtitle, onem2m-ipr, note heading
 code = pl
 example = ex, ew
-ul1 = b1, b1+, list paragraph
+ul1 = b1, b1+, list paragraph, list bullet
 ul2 = b2, b2+
 ul3 = b3, b3+
 ul4 = b4, b4+