<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body 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<br>
    <br>
    <div class="moz-cite-prefix">On 13/05/13 15:31, Matthias BUSSONNIER
      wrote:<br>
    </div>
    <blockquote
      cite="mid:A2EE328B-7D40-440F-B114-26493B832E28@gmail.com"
      type="cite"><br>
      <div>
        <div>Le 12 mai 2013 à 08:31, Zoltán Vörös a écrit :</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite">
          <meta http-equiv="content-type" content="text/html;
            charset=ISO-8859-1">
          <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 moz-do-not-send="true"
              class="moz-txt-link-rfc2396E" href="javascript:toggle()">"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>
  </body>
</html>