summaryrefslogtreecommitdiff
path: root/docs/url-scheme.md
diff options
context:
space:
mode:
authoroupala2020-07-01 11:52:17 +0200
committeroupala2020-07-10 18:57:59 +0200
commit2f462f90d4608763e5cb9618ec80d939a679fe2e (patch)
tree0f13c88084116c53edfd0752576b7f596b5d8030 /docs/url-scheme.md
parent73219909602e026616af6a97f588bc9e0eab1fa8 (diff)
style: linting markdown files
Linting markdown files according to default remark-lint configuration. Files inside the `public` directory were not linted. Signed-off-by: oupala <oupala@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--docs/url-scheme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/url-scheme.md b/docs/url-scheme.md
index 88f34855..e2f2709e 100644
--- a/docs/url-scheme.md
+++ b/docs/url-scheme.md
@@ -9,7 +9,7 @@ When you create a new note by clicking the "New note" button, your note is given
| example URL | prefix | mode | content updates |
| -------------------------------------- | ------ | ----------------- | --------------- |
-| pad.example.com/Ndmv3oCyREKZMjSGR9uhnQ | _none_ | editor | in realtime |
+| pad.example.com/Ndmv3oCyREKZMjSGR9uhnQ | *none* | editor | in realtime |
| pad.example.com/s/ByXF7k-YI | s/ | read-only version | on reload |
| pad.example.com/p/ByXF7k-YI | p/ | presentation mode | on reload |
@@ -19,7 +19,7 @@ If the setting `CMD_ALLOW_FREEURL` is enabled, users may create notes with a cus
| example URL | prefix | mode | content updates |
| --------------------------------- | ------ | ----------------- | --------------- |
-| pad.example.com/my-awesome-note | _none_ | editor | in realtime |
+| pad.example.com/my-awesome-note | *none* | editor | in realtime |
| pad.example.com/s/my-awesome-note | s/ | read-only version | on reload |
| pad.example.com/p/my-awesome-note | p/ | presentation mode | on reload |