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 -*-
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; 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-list-allow-alphabetical . nil)
|
||||||
(org-confirm-babel-evaluate . nil))))
|
(org-confirm-babel-evaluate . nil))))
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
(setq org-confirm-babel-evaluate nil
|
(setq org-confirm-babel-evaluate nil
|
||||||
org-html-validation-link nil
|
org-html-validation-link nil
|
||||||
|
org-html-table-default-attributes '(:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "void")
|
||||||
make-backup-files nil)
|
make-backup-files nil)
|
||||||
|
|
||||||
(defvar project-root
|
(defvar project-root
|
||||||
|
Loading…
Reference in New Issue
Block a user