diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-07 12:55:27 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-07 12:55:27 -0500 |
commit | d6b6ce5ec0e73b22fe2da1ac8b9685419e1ad17e (patch) | |
tree | 9b407a86e3e79e8d23780ac555caea1bf5164e13 | |
parent | 42dcdb3989c8daf4ed4a0153ad2fff89cc54f9b3 (diff) | |
download | emacsconf-el-d6b6ce5ec0e73b22fe2da1ac8b9685419e1ad17e.tar.xz emacsconf-el-d6b6ce5ec0e73b22fe2da1ac8b9685419e1ad17e.zip |
Fix md
-rw-r--r-- | emacsconf-publish.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el index f578f5d..a3c0323 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1095,7 +1095,8 @@ Entries are sorted chronologically, with different tracks interleaved." " " (elt chapter 3) "\n")) - chapters) + chapters + "") :html (format "<pre data-target=\"%s\" class=\"chapters\">\n%s\n</pre>" (or target "") (mapconcat |