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

Subscript is eaten by postprocessor #28

Open
JeppeKlitgaard opened this issue May 2, 2022 · 1 comment
Open

Subscript is eaten by postprocessor #28

JeppeKlitgaard opened this issue May 2, 2022 · 1 comment
Labels
bug Something isn't working math

Comments

@JeppeKlitgaard
Copy link
Owner

JeppeKlitgaard commented May 2, 2022

Example:

```anki
id: 1636911985314
tags:
  - equation
---
 A [[Power Series]] is defined as a series of the form:
===
$$
∑\limits_{n=0}^∞ a_n (x-c)^n
$$

Where $c$ is the _centre_ of the series. It is often the case that $c=0$.
```

Produces:

<template>
	<p n="0">
		\(∑\limits_^∞ a_n (x-c)^n\)
	</p>
	<p>
		Where \(c \) is the <em>centre</em> of the series. It is often the case that \(c=0 \).
	</p>
</template>
@JeppeKlitgaard JeppeKlitgaard added bug Something isn't working math labels May 2, 2022
@JeppeKlitgaard
Copy link
Owner Author

This is due to an expected side-effect of having the Markdown Attributes plugin enabled.

We should use the same rendering as Obsidian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working math
Projects
None yet
Development

No branches or pull requests

1 participant