diff options
| author | caminsha <31421093+caminsha@users.noreply.github.com> | 2019-03-24 21:20:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-24 21:20:32 +0100 |
| commit | 183250ba035befa5b2e12d9ce0fa876eb81190f0 (patch) | |
| tree | 66d05141efadcbaa4c39b973766441dd86aa273e | |
| parent | e56c62e0d30be203ca0a7a28d92a5a6f721c3589 (diff) | |
Escaped backtick
It did not render the text 100% correct.
| -rw-r--r-- | de-de/markdown-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/markdown-de.html.markdown b/de-de/markdown-de.html.markdown index cccf5e68..729e883c 100644 --- a/de-de/markdown-de.html.markdown +++ b/de-de/markdown-de.html.markdown @@ -144,7 +144,7 @@ indem du eine Zeile mit vier Leerzeichen oder einem Tabulator einrückst --> puts item end -<!-- Innerhalb normalen Texts kannst du Code mit Backticks ` auszeichnen --> +<!-- Innerhalb normalen Texts kannst du Code mit Backticks \` auszeichnen --> Hermann hatte nicht die leiseste Ahnung, was dieses `go_to()` bedeuten könnte! |
