Compare commits

..

No commits in common. "84398e7be79a1add4fc5986b89c76bfd56ebaee6" and "f060acfd2b261153eed67421eba85c2b1046551e" have entirely different histories.

View File

@ -6,14 +6,11 @@
Text can contain basic *markdown* **formatting**. Depending on the renderer, a different subset is supported. Text can contain basic *markdown* **formatting**. Depending on the renderer, a different subset is supported.
# Renderers # Renderers
## Text Only ## Text only
Renders everything as is. You will see the source code except for the header above. 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. 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. 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.