Disabled images in creole
This commit is contained in:
parent
2ea7bffffb
commit
f1d7abe81b
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ class CodeBlock(PreBlock):
|
|||
|
||||
|
||||
custom_dialect = creoleparser.create_dialect(creoleparser.creole10_base)
|
||||
# hacky way to get rid of image support
|
||||
custom_dialect.img = custom_dialect.no_wiki
|
||||
custom_dialect.pre = CodeBlock()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue