diff options
-rw-r--r-- | README.md | 4 |
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 | ||
111 | Everything else is just HTML. | 111 | Everything else is just HTML. |
112 | This means that a valid `.lht` file is *almost* a valid `.md` file, | 112 | This means that a valid `.lh` file is *almost* a valid `.md` file, |
113 | except where it nests HTML and Markdown | 113 | except 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 |
115 | and get the basic idea across. | 115 | and get the basic idea across. |
116 | This file, for example, is both `index.lht` and `README.md` | 116 | This 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), |
118 | so it's got some weirdness to keep things compatible between Markdown and LHT. | 118 | so it's got some weirdness to keep things compatible between Markdown and LHT. |
119 | But if you're just writing for LHT, it can be much simpler.). | 119 | But if you're just writing for LHT, it can be much simpler.). |