docs(markdown): don’t add frame attribute to tables

This commit is contained in:
Lucien Cartier-Tilet 2024-06-21 08:26:56 +02:00
parent 31a89bf3ad
commit c4b8561997
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 3 additions and 1 deletions

View File

@ -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))))

View File

@ -13,6 +13,7 @@
(setq org-confirm-babel-evaluate 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)
(defvar project-root