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