diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-04-26 03:45:11 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-04-26 03:45:11 +0200 |
| commit | 3b41c3e2008498a804a03154f5b876827f1f4e7c (patch) | |
| tree | bd36b8671ad9b99fecfd353e335e1660287224c6 /testdata/src/folder/another.md | |
| parent | dab887d5b26df8ba45bf61e426736684a1d8df78 (diff) | |
Add HTML generation
Diffstat (limited to 'testdata/src/folder/another.md')
| -rw-r--r-- | testdata/src/folder/another.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testdata/src/folder/another.md b/testdata/src/folder/another.md new file mode 100644 index 0000000..a8427f0 --- /dev/null +++ b/testdata/src/folder/another.md @@ -0,0 +1,11 @@ +--- +title: Another +description: Some another Markdown +keywords: + - foo +publication_time: 2019-01-01T00:00:00Z +author: John Doe +--- +# Another + +This is some another Markdown.
\ No newline at end of file |
