use poetry dependencies
This commit is contained in:
parent
0c16e578e5
commit
5b7b4c4617
3 changed files with 5 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ locale.setlocale(locale.LC_ALL, "")
|
|||
# initialize markdown
|
||||
|
||||
|
||||
class HighlightRenderer(mistune.HTMLRenderer):
|
||||
class HighlightRenderer(mistune.Renderer):
|
||||
options = {"escape": False, "hard_wrap": True}
|
||||
|
||||
def block_code(self, code, lang=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue