Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-16 Thread Rick Frankel
On Fri, Mar 15, 2013 at 09:58:40PM +0100, Bastien wrote: > Rick Frankel writes: > > >> This should happen in a derived back-end. There are a few Markdown > >> flavours, ox-md.el is only "vanilla" Markdown. > > > > Agreed. > > Or maybe as a set of filters that people would grab from Worg? > > I

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-15 Thread Bastien
Rick Frankel writes: >> This should happen in a derived back-end. There are a few Markdown >> flavours, ox-md.el is only "vanilla" Markdown. > > Agreed. Or maybe as a set of filters that people would grab from Worg? It would be good to educate (power-)users about filters, this may be a way to

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-15 Thread Rick Frankel
On Mar 15, 2013, at 1:36 PM, Nicolas Goaziou wrote: > Hello, > > Rick Frankel writes: > >> On Wed, Mar 13, 2013 at 09:54:22AM -0600, Eric Schulte wrote: >> >> I have used both ruby libraries extensively. It would be nice for the >> markdown exporter to allow using the standard markdown exte

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-15 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > On Wed, Mar 13, 2013 at 09:54:22AM -0600, Eric Schulte wrote: > >> Pandoc supports tables in markdown documents, maybe this would be a good >> syntax to target, as with pandoc markdown may be further exported to >> either HTML or LaTeX. >> >> http://johnmacfarlan

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-15 Thread Rick Frankel
On Wed, Mar 13, 2013 at 09:54:22AM -0600, Eric Schulte wrote: > Pandoc supports tables in markdown documents, maybe this would be a good > syntax to target, as with pandoc markdown may be further exported to > either HTML or LaTeX. > > http://johnmacfarlane.net/pandoc/README.html#tables > > FW

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-13 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Bastien writes: > >> Rick Frankel writes: >> >>> On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote: Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: > I'm not experienced with markdown, but this doesn't look right to >>>

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-13 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > AFAIU, one Markdown feature is to accept raw HTML as part of the syntax. > So, what's wrong in writing in HTML code anything that is not directly > supported by Markdown syntax (like tables)? Nothing wrong /per se/ but, I modified `org-html-underline' so th

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-13 Thread Nicolas Goaziou
Hello, Bastien writes: > Rick Frankel writes: > >> On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote: >>> Hi Terry, >>> >>> tftor...@tftorrey.com (T.F. Torrey) writes: >>> >>> > I'm not experienced with markdown, but this doesn't look right to >>> > me. >>> >> >>> AFAIK there is no syn

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-12 Thread Bastien
Rick Frankel writes: > On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote: >> Hi Terry, >> >> tftor...@tftorrey.com (T.F. Torrey) writes: >> >> > I'm not experienced with markdown, but this doesn't look right to >> > me. >> > >> AFAIK there is no syntax for underlining in Markdown, so und

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-11 Thread Rick Frankel
On Tue, Mar 12, 2013 at 12:06:55AM +0100, Bastien wrote: > Hi Terry, > > tftor...@tftorrey.com (T.F. Torrey) writes: > > > I'm not experienced with markdown, but this doesn't look right to > > me. > > AFAIK there is no syntax for underlining in Markdown, so underlined > text in Org will be expo

Re: [O] [bug] [new exporter] [markdown] Underline exports as HTML

2013-03-11 Thread Bastien
Hi Terry, tftor...@tftorrey.com (T.F. Torrey) writes: > I'm not experienced with markdown, but this doesn't look right to > me. I fixed this in master. AFAIK there is no syntax for underlining in Markdown, so underlined text in Org will be exported as plain text in Markdown. See http://stack