Move /e2e -> /e2e-tests
Этот коммит содержится в:
11
e2e-tests/cypress/tests/fixtures/markdown/markdown_escape_characters.md
поставляемый
Обычный файл
11
e2e-tests/cypress/tests/fixtures/markdown/markdown_escape_characters.md
поставляемый
Обычный файл
@@ -0,0 +1,11 @@
|
||||
### Escaped Characters
|
||||
|
||||
**The following text should render the same as the raw text:**
|
||||
Raw: `\\teamlinux\IT-Stuff\WorkingStuff`
|
||||
Markdown: \\teamlinux\IT-Stuff\WorkingStuff
|
||||
|
||||
**The following text should escape out the first backslash so only one backslash appears:**
|
||||
Raw: `\\()#`
|
||||
Markdown: \\()#
|
||||
|
||||
The end of this long post will be hidden until you choose to `Show More`.
|
||||
Ссылка в новой задаче
Block a user