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

protect triple backquotes env from remove math #4046

Closed
Carreau opened this issue Aug 16, 2013 · 3 comments
Closed

protect triple backquotes env from remove math #4046

Carreau opened this issue Aug 16, 2013 · 3 comments

Comments

@Carreau
Copy link
Member

Carreau commented Aug 16, 2013

... or jquery code in triple backticks get mangled...

@mforbes
Copy link

mforbes commented Sep 1, 2013

I assume this is related to the problem I face with trying to include a literal latex block of code:

```latex
\documentclass{standalone}
\begin{document}
\end{document}
```

which renders as

\documentclass{standalone}
@@0@@

@minrk
Copy link
Member

minrk commented Sep 1, 2013

That's exactly right. You can actually get around our bad parsing by putting an extra empty line between \begin and \end. But then you will see another symptom of CSS issues, which should be fixed by #4159.

@minrk minrk modified the milestones: 4.0, 3.0 Nov 13, 2014
@Carreau Carreau modified the milestones: 4.0, 5.0 Jun 12, 2015
@Carreau Carreau modified the milestones: not ipython, 5.0 Apr 30, 2016
@Carreau
Copy link
Member Author

Carreau commented Jul 20, 2017

Closing as this issue is not in IPython itself and if still problematic and relevant should be opened on the right repository. This will allow to keep the number of opened issue on the IPython repo under control.

Feel free to keep commenting or reopen if necessary.

Thanks.

@Carreau Carreau closed this as completed Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants