Skip to content

Commit 930725a

Browse files
committed
Fix style.
1 parent c98ce91 commit 930725a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@ Syntax highlighting support for some specific language code in string.
1313
## Features & Usages
1414

1515
- SQL
16-
1. Insert sign pair `--sql` and `;` to highlight one SQL sequence.
16+
1. Insert sign pair `--sql` and `;` to highlight one SQL sequence.<br>
1717
![single SQL stirng with Sign](./docs/single_SQL_with_Sign.png)
18-
2. Insert sign pair `--beginsql` or `--begin-sql` and `--endsql` or `--end-sql` to highlight one and more SQL suquences.
18+
19+
2. Insert sign pair `--beginsql` or `--begin-sql` and `--endsql` or `--end-sql` to highlight one and more SQL suquences.<br>
1920
![multi SQL stirng with Sign](./docs/multi_SQL_with_Sign.png)
20-
3. Any SQL sequence starts with **UPPERCASE** keyword (such as `SELECT`, `INSERT`, `UPDATE` and etc), and ends with `;` will be highlighted automatically.
21+
3. Any SQL sequence starts with **UPPERCASE** keyword (such as `SELECT`, `INSERT`, `UPDATE` and etc), and ends with `;` will be highlighted automatically.<br>
2122
![SQL stirng no Sign](./docs/SQL_without_Sign.png)
2223
- HTML
23-
- Insert sign pair `<!--html-->` and `<!--!html-->` to highlight one and more HTML suquences. Other comments can be added after `html` and `-->`.
24+
- Insert sign pair `<!--html-->` and `<!--!html-->` to highlight one and more HTML suquences. Other comments can be added after `html` and `-->`.<br>
2425
![HTML with Sign](./docs/HTML_with_Sign.png)
2526
- Other
26-
- Highlight Variables in *highlighted* string code.
27+
- Highlight Variables in *highlighted* string code.<br>
2728
![Variables](./docs/SQL_with_variable.png)
2829

2930
## TODO Notes

0 commit comments

Comments
 (0)