Hello,

dbito...@wanadoo.fr (Denis Bitouzé) writes:

> The following file:
>
> #+NAME: test.org
> #+begin_src org
> Foo |bar_baz|
>
> Foo \vert{}bar\under{}baz\vert{}
> #+end_src
>
> is exported to markdown as follows:
>
> #+NAME: test.md
> #+begin_src markdown
> Foo |bar\_baz|
>
> Foo |bar_baz|
> #+end_src
>
> Whereas:
>
> - \under{} gives the expected underscore symbol (_),
> - \vert{} gives | instead of the expected pipe symbol (|).

What is wrong with |? Doesn't Markdown accept HTML entities anyway?

Regards,

-- 
Nicolas Goaziou

Reply via email to