forked from nutomic/lemmy
Minor improvements to markdown guide
This commit is contained in:
parent
8505329889
commit
f063be107f
3 changed files with 320 additions and 328 deletions
2
docs/src/SUMMARY.md
vendored
2
docs/src/SUMMARY.md
vendored
|
@ -4,7 +4,7 @@
|
|||
- [Features](about_features.md)
|
||||
- [Goals](about_goals.md)
|
||||
- [Post and Comment Ranking](about_ranking.md)
|
||||
- [Guide](about_guide.md)
|
||||
- [Markdown Guide](about_markdown_guide.md)
|
||||
- [Administration](administration.md)
|
||||
- [Install with Docker](administration_install_docker.md)
|
||||
- [Install with Ansible](administration_install_ansible.md)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Lemmy Guide
|
||||
# Markdown Guide
|
||||
|
||||
## Lemmy Specific
|
||||
|
||||
Start typing...
|
||||
|
||||
|
@ -6,7 +8,7 @@ Start typing...
|
|||
- `#a_community` to get a list of communities.
|
||||
- `:emoji` to get a list of emojis.
|
||||
|
||||
## Markdown Guide
|
||||
## General Markdown
|
||||
|
||||
Type | Or | … to Get
|
||||
--- | --- | ---
|
||||
|
@ -25,4 +27,3 @@ Horizontal Rule <br>\--- | Horizontal Rule<br>\*\*\* | Horizontal Rule <br><hr>
|
|||
::: spoiler hidden or nsfw stuff<br>*a bunch of spoilers here*<br>::: | | <details><summary> hidden or nsfw stuff </summary><p><em>a bunch of spoilers here</em></p></details>
|
||||
|
||||
[CommonMark Tutorial](https://commonmark.org/help/tutorial/)
|
||||
|
639
server/Cargo.lock
generated
vendored
639
server/Cargo.lock
generated
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue