-
I have some theorems as markdown Divs, like
And I am trying to make a pandoc filter in python to convert this to a latex theorem environment with title, but I am at a loss how to access the title string with the pandocfilters python module. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You shouldn't have the |
Beta Was this translation helpful? Give feedback.
-
This is not a valid attribute in pandoc. do you mean |
Beta Was this translation helpful? Give feedback.
This is not a valid attribute in pandoc. do you mean
.theorem
instead oftheorem
?