Skip to content

How to properly caputure LaTeXString output in markdown output? #192

@newptcai

Description

@newptcai

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

````
$\frac{x}{y}$
````

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions