docs(markdown): don’t add frame attribute to tables
This commit is contained in:
parent
31a89bf3ad
commit
c4b8561997
@ -1,6 +1,7 @@
|
||||
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
((org-mode . ((langtool-default-language . "en-GB")
|
||||
((org-mode . ((org-html-table-default-attributes . (:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "void"))
|
||||
(langtool-default-language . "en-GB")
|
||||
(org-list-allow-alphabetical . nil)
|
||||
(org-confirm-babel-evaluate . nil))))
|
||||
|
Loading…
Reference in New Issue
Block a user