2017-03-26 21:19:13 +02:00
|
|
|
# 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.
|
|
|
|
|
2017-04-16 13:23:39 +02:00
|
|
|
## Basic formatting
|
2017-03-26 21:19:13 +02:00
|
|
|
The following constructs are supported: *italics*, **bold**, Headings 1 to 4.
|
|
|
|
|
2017-04-16 13:23:39 +02:00
|
|
|
## Full HTML with images
|
2017-03-26 21:19:13 +02:00
|
|
|
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.
|