notepad-plus-plus/lexilla/test/examples/markdown/Bug2247.md

31 lines
400 B
Markdown

# 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.