diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-29 23:58:05 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-29 23:58:05 +0000 |
commit | 1eaa4590ceee74ca82162cfbcd7f417d35dacd35 (patch) | |
tree | 46fb4c2d2c30654d15192e378135a9b5e2178f75 /mkfile | |
parent | a9b6311209593b5a5955048e124fc45a9d4a108e (diff) | |
download | em-1eaa4590ceee74ca82162cfbcd7f417d35dacd35.tar.gz |
Add support for mixed nested lists
That is, <ul> within <ol> or vice versa.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ test: em test.em > test.html + +README.html: README + em README > README.html |