Skip to content
Snippets Groups Projects
Verified Commit 94c11e00 authored by Jake's avatar Jake :speech_balloon:
Browse files

updated pandoc.py

parent 1ddea82d
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ class BlockOrderedList(BlockList): # ListAttributes [[Block]] ...@@ -244,7 +244,7 @@ class BlockOrderedList(BlockList): # ListAttributes [[Block]]
def parse_orderedlist_attr(self, attrs: list): def parse_orderedlist_attr(self, attrs: list):
res = {} res = {}
res["start"] = attrs[0] res["start"] = self.parse_int(attrs[0])
styles = { styles = {
"DefaultStyle": "default", "DefaultStyle": "default",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment