Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
spec2md
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Specification Tools
spec2md
Commits
47f3f6cb
Commit
47f3f6cb
authored
4 months ago
by
Andreas Kraft
Browse files
Options
Downloads
Patches
Plain Diff
Added more paragraph mappings and changed comments format
parent
6f5baea5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.ini
+21
-19
21 additions, 19 deletions
config.ini
with
21 additions
and
19 deletions
config.ini
+
21
−
19
View file @
47f3f6cb
#
#
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+
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment