Compare commits

...

3 Commits

View File

@ -6,11 +6,14 @@
Text can contain basic *markdown* **formatting**. Depending on the renderer, a different subset is supported.
# Renderers
## Text only
## Text Only
Renders everything as is. You will see the source code except for the header above.
# Basic formatting
## Basic Formatting
The following constructs are supported: *italics*, **bold**, Headings 1 to 4.
# Full HTML with images
## 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.
# Encrypted Entries Using GPG
MDiary supports gpg encrypted entries. To use this feature, place a gpg encrypted entry as *<name>.md.gpg* in the workspace. MDiary will automatically show a decrypt button in the header bar which will invoke gpg to decrypt all encrypted entries in the workspace for this session.