I can't escape backticks if on a line with other code: $ echo 'maybe use `fixed face` for `/path/to/file` by using \`back ticks\` around it' | /usr/pkg/bin/Markdown <p>maybe use <code>fixed face</code> for <code>/path/to/file</code> by using \<code>back ticks\</code> around it</p> and this is even more wrong: $ echo 'maybe use `fixed face` for `/path/to/file` by using \\`back ticks\\` around it' | /usr/pkg/bin/Markdown <p>maybe use <code>fixed face</code> for <code>/path/to/file</code> by using \<code>back ticks\\</code> around it</p> While this works: $ echo 'backtick \`' | /usr/pkg/bin/Markdown <p>backtick `</p>>From my tests appears to be broken when two back ticks on one line.What is the fix for this? Thanks Jeremy C. Reed
* Jeremy C. Reed <reed at reedmedia.net> [2006-12-30 20:15]:> What is the fix for this?Get the 1.0.2 beta. You can confirm with the Dingus on the Markdown project pages that this is fixed in the latest version. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>
On Sun, 31 Dec 2006, A. Pagaltzis wrote:> Get the 1.0.2 beta. > > You can confirm with the Dingus on the Markdown project pages > that this is fixed in the latest version.Thanks. What is the download URL for this?
* Jeremy C. Reed <reed at reedmedia.net> [2006-12-31 05:30]:> On Sun, 31 Dec 2006, A. Pagaltzis wrote: > > Get the 1.0.2 beta. > > > > You can confirm with the Dingus on the Markdown project pages > > that this is fixed in the latest version. > > Thanks. > > What is the download URL for this?Hrmf. None of the links I tried work anymore; it seems John has removed the beta package from his site. I guess you?ll just have to live with the bug for now? Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>