Compare commits
3 Commits
f060acfd2b
...
84398e7be7
Author | SHA1 | Date | |
---|---|---|---|
84398e7be7 | |||
ebad14143d | |||
fa60223043 |
@ -6,11 +6,14 @@
|
|||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user