summaryrefslogtreecommitdiff
path: root/public/docs/yaml-metadata.md
diff options
context:
space:
mode:
authorSheogorath2018-06-22 21:07:30 +0200
committerSheogorath2018-06-24 13:24:12 +0200
commit4b060c7dba034f76007f41d088778e569e69d2af (patch)
tree126706b518a60a6c2209e374346d48afa05c8a8d /public/docs/yaml-metadata.md
parentd87505d5836ea1bad60c0e2c2a8aa25b9b4e1590 (diff)
Rebrand HackMD to CodiMD
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'public/docs/yaml-metadata.md')
-rw-r--r--public/docs/yaml-metadata.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/docs/yaml-metadata.md b/public/docs/yaml-metadata.md
index d49418f6..888345f7 100644
--- a/public/docs/yaml-metadata.md
+++ b/public/docs/yaml-metadata.md
@@ -96,7 +96,7 @@ dir: rtl
breaks
---
This option means the hardbreaks in the note will be parsed or be ignore.
-The original markdown syntax breaks only if you put space twice, but HackMD choose to breaks every time you enter a break.
+The original markdown syntax breaks only if you put space twice, but CodiMD choose to breaks every time you enter a break.
You can only use whether `true` or `false`.
> default: not set (which will be true)
@@ -125,7 +125,7 @@ This option allow you to enable Disqus with your shortname.
**Example**
```xml
-disqus: hackmd
+disqus: codimd
```
slideOptions
@@ -146,4 +146,4 @@ https://github.com/hakimel/reveal.js/tree/master/css/theme
slideOptions:
transition: fade
theme: white
-``` \ No newline at end of file
+```