1
0

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

This commit is contained in:
2024-06-21 08:26:56 +02:00
parent 31a89bf3ad
commit c4b8561997
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))))