Hebrew in markup
Eli Zaretskii
eliz at gnu.org
Sat Mar 7 15:16:42 IST 2015
> Date: Sat, 7 Mar 2015 13:39:08 +0100
> From: Tzafrir Cohen <tzafrir at 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.
More information about the Linux-il
mailing list