pull/2159/head
Tienson Qin 2021-06-10 20:23:06 +08:00
parent 6b187d3545
commit 673d345d32
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@
(is (= "Export JSON" (:title md)))
(is (:created-at md))
(is (:last-modified-at md))
(is (= "---\ntitle: Export JSON\n---\n\n## Hello, world!\n" (:text md)))))
(is (= "---\ntitle: Export JSON\n---\n\n- Hello, world!\n" (:text md)))))