Some more markdown tests. Emoji in a code block, and italics/bold not at the beginning of the sentence
Этот коммит содержится в:
@@ -17,12 +17,17 @@ const (
|
|||||||
var FUZZY_STRINGS_POSTS = []string{
|
var FUZZY_STRINGS_POSTS = []string{
|
||||||
`**[1] - [Markdown Tests]**
|
`**[1] - [Markdown Tests]**
|
||||||
_italics_
|
_italics_
|
||||||
|
more _italics_
|
||||||
**bold**
|
**bold**
|
||||||
|
more **bold**
|
||||||
**_bold-italic_**
|
**_bold-italic_**
|
||||||
|
more **_bold-italic_*8
|
||||||
~~strikethrough~~
|
~~strikethrough~~
|
||||||
|
more ~~strikethrough~~
|
||||||
` + "```" + `
|
` + "```" + `
|
||||||
multi-line code block<enter here>
|
multi-line code block<enter here>
|
||||||
multi-line code block
|
multi-line code block
|
||||||
|
emoji that should not render in code block: :ice_cream:
|
||||||
` + "```" + `
|
` + "```" + `
|
||||||
` + "`monospace`" + `
|
` + "`monospace`" + `
|
||||||
[Link to Mattermost](www.mattermost.com)
|
[Link to Mattermost](www.mattermost.com)
|
||||||
@@ -30,9 +35,15 @@ Inline Image with link, alt text, and hover text: ![Build Status](https://travis
|
|||||||
|
|
||||||
Line:
|
Line:
|
||||||
***
|
***
|
||||||
|
`,
|
||||||
|
|
||||||
|
` **[2] - **[More Markdown Tests]**
|
||||||
> i am a blockquote!
|
> i am a blockquote!
|
||||||
|
|
||||||
|
> i am a 2nd multiline
|
||||||
|
> quote.
|
||||||
|
i am text right after a multiline quote, but not in the quote
|
||||||
|
|
||||||
* list item
|
* list item
|
||||||
* another list item
|
* another list item
|
||||||
* indented list item
|
* indented list item
|
||||||
@@ -40,13 +51,25 @@ Line:
|
|||||||
1. numbered list, item number 1
|
1. numbered list, item number 1
|
||||||
2. item number two
|
2. item number two
|
||||||
|
|
||||||
|
`,
|
||||||
|
|
||||||
|
` **[3]** - **[More Markdown Tests]**
|
||||||
|
|
||||||
Table
|
Table
|
||||||
|
|
||||||
| Left-Aligned | Center Aligned | Right Aligned |
|
| Left-Aligned | Center Aligned | Right Aligned |
|
||||||
| :------------ |:---------------:| -----:|
|
| :------------ |:---------------:| -----:|
|
||||||
| Left column 1 | this text | $100 |
|
| Left column 1 | this text | $100 |
|
||||||
| Left column 2 | is | $10 |
|
| Left column 2 | is | $10 |
|
||||||
| Left column 3 | centered | $1 |
|
| Left column 3 | centered | $1 |
|
||||||
|
|
||||||
|
Ugly table
|
||||||
|
|
||||||
|
Markdown | Less | Pretty
|
||||||
|
--- | --- | ---
|
||||||
|
*Still* | ~~renders~~ | **nicely**
|
||||||
|
1 | 2 | 3
|
||||||
|
|
||||||
# Large heading
|
# Large heading
|
||||||
## Smaller heading
|
## Smaller heading
|
||||||
### Even smaller heading
|
### Even smaller heading
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user