This commit is contained in:
jverzani
2024-05-22 07:55:20 -04:00
parent f710cded15
commit 771bb06aa3
50 changed files with 120 additions and 426 deletions

View File

@@ -68,7 +68,7 @@ Convert `.jmd` file in `jmd_file` to a `.qmd` file, write output to `io`.
* code blocks use comments at the top of the file to add features like `echo=false`
* admonitions use "callout" syntax
* LaTeX uses dollar signs for delimeters, not double back tics or a `math` block
* LaTeX uses dollar signs for delimiters, not double back tics or a `math` block
"""
function jmd2qmd(io::IO, jmd_file::AbstractString)