Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Technik
topicmanager
Commits
c5e02c18
Commit
c5e02c18
authored
May 19, 2022
by
Jakob Lerch
Browse files
fix typing
parent
9a57850f
Pipeline
#2975
passed with stages
in 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
topicmanager/meetings/renderer.py
View file @
c5e02c18
...
...
@@ -90,8 +90,7 @@ class Renderer(BaseRenderer): # type: ignore
return
"
\n
"
def
render_heading
(
self
,
token
:
block_token
.
Heading
)
->
str
:
# type: ignore
return
"#"
*
token
.
level
+
" "
+
self
.
render_inner
(
token
)
+
"
\n
"
return
"#"
*
token
.
level
+
" "
+
self
.
render_inner
(
token
)
+
"
\n
"
# type: ignore
render_doku_wiki_heading
=
render_heading
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment