|
|
|
|
|
by japhyr
4110 days ago
|
|
I'm a high school teacher, and I'd love to start encouraging students to write in Markdown instead of Word. It would be a lot easier to do that with an application like this. But I haven't looked into it too closely, so I'm not sure what the best tools are for starting to use Markdown with students. |
|
Word is far from my favorite document preparation system [1] (let's call it that), but it still has many advantages over markdown,
* Html rendering has no concept of pagination. Paginating naively from html (ie printing from a browser) makes ugly documents.
* Word has tools for managing references and bibliography generation
* Also automatic numbering and referencing of tables, figures, etc.
Those are just OTOH features I'd consider important for writing a high school history report or whatever. If this were word '97 we were talking about, I'd understand, but modern Word is a quite powerful tool.
I don't mean to bash or disrepect, just genuinely curious if you'd considered this or you had specific reasons for switching to markdown.
[1] I've really been liking LyX for the past years, but it might be a bit much for your typical high school student. I've been considering trying out an asciidoc -> docbook -> (latex -> pdf or straight docbook to html) workflow. Maybee ascii would interest you, similar plain-text formatting like md but more full featured.