diff --git a/demo-workspace/2018-01-26.md b/demo-workspace/2018-01-26.md new file mode 100644 index 0000000..ebb6434 --- /dev/null +++ b/demo-workspace/2018-01-26.md @@ -0,0 +1,16 @@ +# Feature Demo + Date: 26.01.2018 7:45 + Summary: Demo Entry No. 1 + Tags: tag, mdiary, demo + +Text can contain basic *markdown* **formatting**. Depending on the renderer, a different subset is supported. + +# Renderers +## Text only +Renders everything as is. You will see the source code except for the header above. + +# Basic formatting +The following constructs are supported: *italics*, **bold**, Headings 1 to 4. + +# Full HTML with images +As the external md command is invoked and a web browser used to render the content, all markdown syntax supported by the md command is supported. diff --git a/demo-workspace/2018-01-27.md b/demo-workspace/2018-01-27.md new file mode 100644 index 0000000..348ef32 --- /dev/null +++ b/demo-workspace/2018-01-27.md @@ -0,0 +1,27 @@ +# Test entry + Date: 26.01.2018 8:30 + Summary: Testing some edge cases of the renderer + Tags: tag, mdiary, demo + +Text can contain basic *markdown* **formatting**. *More formatting.* + +Even more *md*. + +![test image](2018-01-27.png) + +# H1 +## H2 +### H3 +#### H4 + +# MD Pango test + + + +Normal text + +DE: öäü + +Foo ö bar + +test #5 diff --git a/demo-workspace/2018-01-27.png b/demo-workspace/2018-01-27.png new file mode 100644 index 0000000..5dc0a14 Binary files /dev/null and b/demo-workspace/2018-01-27.png differ