Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
markdownify
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
markdownify
Merge requests
!3
Issue
#3515786
by a.dmitriiev: Make MD conversion service pluggable
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3515786
by a.dmitriiev: Make MD conversion service pluggable
issue/markdownify-3515786:3515786-make-md-conversion
into
1.0.x
Overview
18
Commits
10
Pipelines
11
Changes
16
Merged
Issue #3515786 by a.dmitriiev: Make MD conversion service pluggable
Artem Dmitriiev
requested to merge
issue/markdownify-3515786:3515786-make-md-conversion
into
1.0.x
6 months ago
Overview
18
Commits
10
Pipelines
11
Changes
16
Closes
#3515786
1
0
Merge request reports
Compare
1.0.x
version 9
faca8d63
6 months ago
version 8
126392e0
6 months ago
version 7
96fdfb4d
6 months ago
version 6
80f828f1
6 months ago
version 5
97da5bbe
6 months ago
version 4
d67a2ebe
6 months ago
version 3
a43fb840
6 months ago
version 2
92fb8bc9
6 months ago
version 1
ceb21639
6 months ago
1.0.x (base)
and
latest version
latest version
7636d3e6
10 commits,
6 months ago
version 9
faca8d63
9 commits,
6 months ago
version 8
126392e0
8 commits,
6 months ago
version 7
96fdfb4d
7 commits,
6 months ago
version 6
80f828f1
6 commits,
6 months ago
version 5
97da5bbe
5 commits,
6 months ago
version 4
d67a2ebe
4 commits,
6 months ago
version 3
a43fb840
3 commits,
6 months ago
version 2
92fb8bc9
2 commits,
6 months ago
version 1
ceb21639
1 commit,
6 months ago
16 files
+
599
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
config/install/markdownify.settings.yml
+
16
−
0
View file @ 7636d3e6
Edit in single-file editor
Open in Web IDE
supported_entity_types
:
-
node
-
taxonomy_term
default_converter
:
league
converters
:
league
:
header_style
:
atx
suppress_errors
:
true
strip_tags
:
true
strip_placeholder_links
:
false
bold_style
:
'
**'
italic_style
:
'
*'
remove_nodes
:
'
'
hard_break
:
false
list_item_style
:
'
-'
preserve_comments
:
false
use_autolinks
:
true
table_pipe_escape
:
'
\|'
table_caption_side
:
'
top'
Loading