chore: bump scintilla and lexilla version
This commit is contained in:
30
3rdparty/lexilla545/lexilla/test/examples/markdown/Bug2247.md
vendored
Normal file
30
3rdparty/lexilla545/lexilla/test/examples/markdown/Bug2247.md
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
# Checking resolution of bug 2247
|
||||
|
||||
~~~sql
|
||||
SELECT datetime() AS `date`;
|
||||
~~~
|
||||
|
||||
```sql
|
||||
SELECT datetime() AS `date`;
|
||||
```
|
||||
|
||||
List of examples:
|
||||
|
||||
- example *one*
|
||||
|
||||
- example _two_
|
||||
|
||||
- example `inline code without end
|
||||
|
||||
In case of **AAA**:
|
||||
|
||||
```sql
|
||||
SELECT strftime('%Y-%m-%d %H:%M:%S', 'now') AS `date`;
|
||||
```
|
||||
|
||||
or, in case of __BBB__:
|
||||
. . .
|
||||
|
||||
- example *three*
|
||||
|
||||
Last paragraph.
|
Reference in New Issue
Block a user