> Date: Sat, 7 Mar 2015 13:39:08 +0100
> From: Tzafrir Cohen <tzaf...@cohens.org.il>
> 
> On Sat, Mar 07, 2015 at 02:21:06PM +0200, Eli Zaretskii wrote:
> 
> > > > You also leave the overall direction dynamic and control
> > > > each paragraph's direction with the first strong directional character
> > > > of the paragraph, or with LRM/RLM if the first character is not what
> > > > you need.
> > > > 
> > > > For HTML, translate those into the corresponding dir= directives.
> > > 
> > > How do I translate a document to HTML from the command line?
> > 
> > I don't know; how did you intend to do it originally?
> 
> Just use a command line convertor. For instance:
> 
> cat Makefile
> 
> all test.html
> %.html: %.md
>       markdown $< >$@

Well, doesn't that work with what I suggested?  You could have the
dir= directives in the source file; they will be ignored by Emacs, but
will be obeyed by HTML browsers.

_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to