You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE: this is a bug in the markdown parser itself! I've filed an issue with them, and hopefully they'll push a fix soon.
No, it's not. This seems to be related to the way custom-fence works. The issue with the second example below is that without the newline the math should be treated as an inline element, instead of a block. But custom-fence seems to do some weird things with inline stuff.
Find out how to get custom fence to work properly with inline. Maybe it doesn't!! Maybe we need a new plugin for this? Or make our own?
Reported by @retabak The following markdown results in three copies of the image being uploaded -- but only when the line before MathJax is non-empty
---
# PASS
Just upload one copy, thanks to the space below
$$$ math
1
$$$
---
# FAIL
Upload three copies, thanks to the _lack_ of space below
$$$ math
1
$$$
The text was updated successfully, but these errors were encountered:
UPDATE: this is a bug in the markdown parser itself! I've filed an issue with them, and hopefully they'll push a fix soon.No, it's not. This seems to be related to the way
custom-fence
works. The issue with the second example below is that without the newline the math should be treated as an inline element, instead of a block. Butcustom-fence
seems to do some weird things with inline stuff.Reported by @retabak The following markdown results in three copies of the image being uploaded -- but only when the line before MathJax is non-empty
The text was updated successfully, but these errors were encountered: