Skip to content

Math rendering fails using dollar sign (using brew install) #1324

@jkhouja

Description

@jkhouja

When trying to render math using dollar sign. The html does not parse the content. This is only the case when installing znai using brew but when I used a local build from pulling the repo it worked fine.

To reproduce:
1- Install znai using brew install on mac OS: 14.0 (23A344)
2- Try to render this md file:

Using latext code block:
```latex
\forall x \in X, \quad \exists y \leq \epsilon
```


Using latext code inline:
`:latex: {src: "\\forall x \\in X, \\quad \\exists y \\leq \\epsilon"}`

Using single dollar:
$\forall x \in X, \quad \exists y \leq \epsilon$


Using double dollar:
$$\forall x \in X, \quad \exists y \leq \epsilon$$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions