We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3087301 commit ee4efc8Copy full SHA for ee4efc8
pandoc/beamer_filter.py
@@ -590,8 +590,8 @@ def format_note(classes, contents):
590
def remove_title(c):
591
# pandoc adds a title element for some admonitions. Remove it.
592
if isinstance(c, list) and len(c) > 0:
593
- with open("toto.py", "at") as f:
594
- print(repr(c), file=f)
+ # with open("toto.py", "at") as f:
+ # print(repr(c), file=f)
595
if c[0]["t"] == "Div":
596
if c[0]["c"][0][1][0] == "title":
597
del c[0]
0 commit comments