I tried to convert
using Latexify
latexify("x/y") |> display
to markdown. But the output is not captured.
I also tried
using Latexify
latexify("x/y") |> display
But then I got
This is fine when you want to demonstrate what is the output the code.
However, I am trying to use Julia to generate markdown so that I can convert it to PDF via pandoc.