From 9d30dd875848c280cc66fab124c855ccb78e232d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 11 Jun 2019 09:43:38 +0300 Subject: Add: test page --- foo.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 foo.md diff --git a/foo.md b/foo.md new file mode 100644 index 0000000..0eea403 --- /dev/null +++ b/foo.md @@ -0,0 +1,11 @@ +yaml: + +```yaml +hello: world +``` + +plain: + +``` +hi there +``` -- cgit v1.2.1