-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Fenced code indentation issues with $. #186
Comments
It's the dollar sign. You can use the "$" sign instead or try this:
|
Thanks for the $ substitute. Works for now =) |
@mforbes : We're doing a little housekeeping on our issue log and I noticed this thread from 2015. Has this issue been resolved to your satisfaction and can it be closed? thanks! |
@JamiesHQ It appears to still be an issue with notebook server is 5.0.0. |
@mforbes The notebook uses the marked library to render markdown, so I think that an issue should be opened there. Here is a similar issue that's currently open on marked: markedjs/marked#712 |
In a notebook, the following indented code cell is not properly rendered:
This renders roughly as as
where the second code line is indented. It has something to do with the
$
. The indented block is probably not being registed as a proper code block to whatever looks for equations.The text was updated successfully, but these errors were encountered: