1
0
Fork 0
mirror of synced 2024-06-26 18:20:53 +12:00

Simplified visual style on markdown headers ## ### #### (closes #107)

This commit is contained in:
Nikita Prokopov 2016-07-17 17:28:48 +06:00
parent 8d3bf2228e
commit 543facfc8b
8 changed files with 347 additions and 545 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -125,6 +125,7 @@ Other monospaced fonts with ligatures:
- Hexadecimal `x` (`0xFF`) is now applied to sequences like `128x128` as well (#161)
- Added twoTurned (U+218A) and threeTurned (U+218B) (#146)
- Added whiteFrowningFace (U+2639) (#190)
- Simplified visual style on markdown headers `##` `###` `####` (#107)
#### 1.102

View file

@ -59,6 +59,8 @@
4 (let [[a b c d] liga]
(str/replace
(str " lookup 1_2_3_4 {\n"
" ignore sub 1 1' 2 3 4;\n"
" ignore sub 1' 2 3 4 4;\n"
" sub CR CR CR 4' by 1_2_3_4.liga;\n"
" sub CR CR 3' 4 by CR;\n"
" sub CR 2' 3 4 by CR;\n"