about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 036b319..517bb85 100644 --- a/README.md +++ b/README.md
@@ -109,11 +109,11 @@ It also has support for three inline spans:
109</ul> 109</ul>
110 110
111Everything else is just HTML. 111Everything else is just HTML.
112This means that a valid `.lht` file is *almost* a valid `.md` file, 112This means that a valid `.lh` file is *almost* a valid `.md` file,
113except where it nests HTML and Markdown 113except where it nests HTML and Markdown
114(so it's not really, but you can run it through Markdown in a pinch 114(so it's not really, but you can run it through Markdown in a pinch
115and get the basic idea across. 115and get the basic idea across.
116This file, for example, is both `index.lht` and `README.md` 116This file, for example, is both `index.lh` and `README.md`
117(they're just symlinked to each other), 117(they're just symlinked to each other),
118so it's got some weirdness to keep things compatible between Markdown and LHT. 118so it's got some weirdness to keep things compatible between Markdown and LHT.
119But if you're just writing for LHT, it can be much simpler.). 119But if you're just writing for LHT, it can be much simpler.).