`---` now makes a line (closes #1190)

This commit is contained in:
Nikita Prokopov 2021-04-18 01:18:27 +02:00
parent 75109548c8
commit f7c77bff84
3 changed files with 79 additions and 87 deletions

View File

@ -14,9 +14,10 @@ Unicode:
- Added U+FFFD Replacement Character `<60>` #1137, thanks @gjvnq
- Added U+EE00..U+EE05 Progress Bar `` #1182
Fixed:
Changed:
- Weird look of `::<` `::>` `<::` `>::` #1145
- Fixed weird look of `::<` `::>` `<::` `>::` #1145
- `---` now makes a line #1190
Removed:

File diff suppressed because one or more lines are too long

View File

@ -188,11 +188,6 @@
(str " ignore sub [less greater bar] hyphen' hyphen;\n"
" ignore sub hyphen' hyphen [less greater bar];\n")
;; #346 <---> >---< |---|
["hyphen" "hyphen" "hyphen"]
(str " ignore sub [less greater bar] hyphen' hyphen hyphen;\n"
" ignore sub hyphen' hyphen hyphen [less greater bar];\n")
;; #346 <==> >==< |==| /==/ =:== =!== ==:= ==!=
["equal" "equal"]
(str " ignore sub equal [colon exclam] equal' equal;\n"