mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
Merge pull request #619 from PrimordialHelios/fix_doc_generation
Fix doc generation script
This commit is contained in:
@ -126,7 +126,7 @@ def format_file(path, skip_up_to_date):
|
||||
# visible.
|
||||
contents += line
|
||||
|
||||
html = markdown.markdown(contents, ['def_list', 'codehilite', 'smarty'])
|
||||
html = markdown.markdown(contents, extensions=['def_list', 'codehilite', 'smarty'])
|
||||
|
||||
# Use special formatting for example output and errors.
|
||||
html = html.replace('<span class="c1">//> ', '<span class="output">')
|
||||
|
||||
Reference in New Issue
Block a user