emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-md fixed-width filter problems
@ 2013-01-28 17:03 cberry
  2013-01-28 17:22 ` cberry
  0 siblings, 1 reply; 3+ messages in thread
From: cberry @ 2013-01-28 17:03 UTC (permalink / raw)
  To: emacs-orgmode


The  :translate-alist for the md backend has no entry for fixed-width,
so it defaults to the parent org-e-html-fixed-width which uses

(format "<pre class=\"example\">\n%s</pre>" ...

So elements 

,----
| : like
| : this 
`----

get the html style markup.

Some of the markdown processors I use don't like this. pandoc ignores
the element entirely. The github blob generator copies it as verbatim.

I have been using (fixed-width . org-md-verbatim) instead, but I think
this is still not quite right. (IIUC, proper markdown uses four spaces
at bol for such elements while org-md-verbatim uses surrounding backtics.)

?

Chuck

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-28 17:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-28 17:03 org-md fixed-width filter problems cberry
2013-01-28 17:22 ` cberry
2013-01-28 17:49   ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).