Replies: 1 comment 1 reply
-
Hi @aletroux, when quarto converts the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've just discovered Quarto and am experimenting it with the aim of using it for teaching - it's a Python module so I'd be generating a mixture of notes (html/pdf) and ipynb notebooks. I have the following input file (I called it test.qmd)
When I render this file using "quarto test.qmd --to ipynb" I get a Python notebook with the following text:
I have two questions.
There is an extra space after "Theorem 1 (Line)" and before the "**" which means that the text isn't rendered in bold as intended. I wonder whether this is due to a problem with my markdown, or is it perhaps a bug? (Rendering either the qmd or the ipynb file to html or pdf doesn't have this problem...)
Is there a way to disable the html tags? I appreciate ipynb is an intermediate format for producing html, but it would be nice to be able to provide students with ipynb files without the extra markdown needed by Quarto, and without the html tags.
Beta Was this translation helpful? Give feedback.
All reactions