💾 Archived View for gmi.noulin.net › batoMarkdownFlavor.md captured on 2024-08-25 at 10:14:03.

View Raw

More Information

-=-=-=-=-=-=-

# Bato browser markdown flavor

# Supported syntax

- GFM github flavored markdown
- \*italic\* *italic*
- \_underline\_ _underline_
- \_\_bold\_\_ __bold__
- \-faint\- -faint-
- \%inverse\% %inverse%
- \!conceal/hidden\! !conceal/hidden!
- \~crossed\~ ~crossed~
- \^blink\^ ^blink^
- colors

[fgx800034](#x800034)

[fg9](#9) [fg15](#15) - standard 16 terminal **colors**

background color

[fgx12AB34 bgxffffff](#x12AB34#xffffff)

[fgxffAB34 bg1](#xffAB34#1)

[bgxffffff](##xffffff) < default fg color

[fgd bg1](##1) [fg9 bg2](#9#2) - standard 16 terminal colors

- anchors: destination \[|id\] and link \[to id\](|id)
- html entities: \&xUnicodeHex; or \&name;
- tables

| foo | bar |
| --- | --- |
| baz | bim |
| bot | bel |