chore: bump scintilla and lexilla version
This commit is contained in:
27
3rdparty/lexilla545/lexilla/test/examples/markdown/Bug1216.md
vendored
Normal file
27
3rdparty/lexilla545/lexilla/test/examples/markdown/Bug1216.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# Checking resolution of bug 1216
|
||||
|
||||
*This line is not emphasized
|
||||
|
||||
This is plain text with *inline emphasis*
|
||||
|
||||
_This, too, is not emphasized
|
||||
|
||||
And this is plain text with _inline emphasis_
|
||||
|
||||
**This line is not in bold
|
||||
|
||||
But this is plain text with some words **in bold**
|
||||
|
||||
__This line is also not in bold
|
||||
|
||||
And this is plain text with __some words in bold__
|
||||
|
||||
~~This line is not crossed out
|
||||
|
||||
This is plain text with ~~some words crossed out~~
|
||||
|
||||
~~~
|
||||
this is a code block
|
||||
~~~
|
||||
|
||||
This is a new paragraph
|
Reference in New Issue
Block a user