> Date: Sat, 7 Mar 2015 14:56:55 +0100 > From: Tzafrir Cohen <[email protected]> > > > > 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. > > I guess I'm not clear as to the format of the document. Plain text? > HTML? Palin text with some markup? If the latter: how is it converted to > HTML?
You can write it in HTML or some markup to begin with; Emacs doesn't care. IOW, my suggestion only solves the issue of editing the source file, while having it displayed correctly as far as the visual order is concerned. My suggestion doesn't solve the issue of producing the final format, if you need some converter for that. But as long as the source is almost plain text, you can still work in Emacs to edit it. HTH _______________________________________________ Linux-il mailing list [email protected] http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
