Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linebreaks between $$ and label not handled #63

Open
darsnack opened this issue Aug 23, 2021 · 1 comment
Open

Linebreaks between $$ and label not handled #63

darsnack opened this issue Aug 23, 2021 · 1 comment

Comments

@darsnack
Copy link

The following markdown source:

Some text
$$
y = ax + b
$$
{#eq:my-equation}

will not get picked up by the filter. pandoc-crossref does seem to pick this case up, so perhaps it is fixable here? I'd prefer to use pandoc-xnos because it doesn't insert \hypertarget into the LaTeX.

@KEClaytor
Copy link

I'm seeing the same thing using gitlab math blocks;

```math
y = ax + b
\```
{#eq:id}

(had to add the \ to get it to render in the code block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants