<div dir="ltr">Bug is <a href="https://github.com/ipython/ipython-components/issues/1">already open</a>, and fix is already in marked. Just waiting for a release before we update the components.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, May 13, 2013 at 6:34 AM, Zoltán Vörös <span dir="ltr"><<a href="mailto:zvoros@gmail.com" target="_blank">zvoros@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
Hi Matthias,<br>
<br>
I can open a ticket, no problem. In the meantime, is there a
workaround? I know that I could inject javascript from the profile,
but that can't be done on a notebook-by-notebook basis, can it?
Whatever I place into the script folder will be inserted in all
notebooks. Also, when sharing a notebook, I would have to distribute
my script, and ask the person to place it in their own folder. Sort
of awkward...<br>
<br>
Cheers,<br>
Zoltán<div><div class="h5"><br>
<br>
<div>On 13/05/13 15:31, Matthias BUSSONNIER
wrote:<br>
</div>
<blockquote type="cite"><br>
<div>
<div>Le 12 mai 2013 à 08:31, Zoltán Vörös a écrit :</div>
<br>
<blockquote type="cite">
<div text="#000000" bgcolor="#FFFFFF"> Hi all,<br>
<br>
I have just pulled the master branch from git, and it seems
to me that markdown rendering is broken. I used to have a
short piece of script at the beginning of my notebooks, so
that I can hide various fields.<br>
<br>
<script type="text/javascript"><br>
show=true;<br>
function toggle(){<br>
if (show){<br>
$('div.input').hide();<br>
}else{<br>
$('div.input').show();<br>
}<br>
show = !show<br>
}<br>
</script><br>
<a href=<a>"javascript:toggle()"</a>
target="_self">toggle input</a><br>
</div>
</blockquote>
<div><br>
</div>
<div>The new marked parser replace the quotes in $("div.input")
by their html escaped sequences: &39; same with simple
quote.</div>
<div>Would you like to open a bug report to be able to follow
when a fix is available ?</div>
<div><br>
</div>
<div>-- </div>
<div>Matthias</div>
</div>
</blockquote>
<br>
</div></div></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>