Streamline table border styles.
This commit is contained in:
parent
4e7fbb2df9
commit
2db2624d21
2 changed files with 8 additions and 1 deletions
|
@ -48,11 +48,16 @@
|
|||
|
||||
;; Table border styles in visual form
|
||||
(define table-borders-lookup-source
|
||||
'((ascii
|
||||
'((debug
|
||||
"/=,\\"
|
||||
"] |["
|
||||
">-+<"
|
||||
"'~^`")
|
||||
(ascii
|
||||
"+-++"
|
||||
"| ||"
|
||||
"+-++"
|
||||
"+-++")
|
||||
(unicode
|
||||
"┌─┬┐"
|
||||
"│ ││"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue