forked from tildetown/tilde-wiki
Merge branch 'master' of github.com:tildetown/tilde-wiki
commit
a1f055a42e
|
@ -138,6 +138,7 @@ def compile_markdown(file_path:str) -> str:
|
||||||
"""Given a string of markdown, compiles it and returns the result."""
|
"""Given a string of markdown, compiles it and returns the result."""
|
||||||
return markdown(
|
return markdown(
|
||||||
slurp(file_path),
|
slurp(file_path),
|
||||||
|
extensions=[markdown.extensions.fenced_code],
|
||||||
output_format='html5')
|
output_format='html5')
|
||||||
|
|
||||||
def compile_plaintext(file_path:str) -> str:
|
def compile_plaintext(file_path:str) -> str:
|
||||||
|
|
Loading…
Reference in New Issue