Skip to content

Commit 4bd51e1

Browse files
authored
Update README.md
1 parent a35bd87 commit 4bd51e1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,17 @@ WRITE html.
2626

2727
Output:
2828

29+
```abap
30+
call function 'FM_NAME'. " Commmented
31+
```
32+
2933
```html
3034
<span class="keyword">call</span> <span class="keyword">function</span> <span class="text">'FM_NAME'</span>. <span class="comment">" Commented</span>
3135
```
3236

37+
> [!NOTE]
38+
> It's recommended to process one line at a time instead of passing a long string containing newline separators.
39+
3340
The language is derived from the extension of the filename passed to the factory:
3441

3542
Extension | Syntax Highlighter
@@ -53,9 +60,6 @@ Extension | Syntax Highlighter
5360
`.yaml ` | YAML (experimental)
5461
`.yml ` | YAML (experimental)
5562

56-
> [!NOTE]
57-
> It's recommended to process one line at a time instead of passing a long string containing newline separators.
58-
5963
Options:
6064

6165
You can show invisible characters in the output by settings an option in the factory call. This will highlight the following characters: horizontal tab (x09), form feed (x0C), carriage return (x0D), space (x20), as well as byte-order-marks (BOM) for UTF-8 (xEF BB BF), UTF-16 big-endian (xFE FF), and UTF-16 little-endian (xFF FE).

0 commit comments

Comments
 (0)