diff options
Diffstat (limited to 'document_attribute.go')
| -rw-r--r-- | document_attribute.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/document_attribute.go b/document_attribute.go index 7d40a50..ec86de1 100644 --- a/document_attribute.go +++ b/document_attribute.go @@ -41,6 +41,7 @@ const ( docAttrSectNumLevel = `sectnumlevels` docAttrSectNums = `sectnums` docAttrShowTitle = `showtitle` + docAttrStylesheet = `stylesheet` docAttrTOC = `toc` docAttrTOCLevels = `toclevels` docAttrTOCTitle = `toc-title` @@ -74,6 +75,7 @@ func newDocumentAttribute() DocumentAttribute { docAttrLastUpdateValue: ``, docAttrSectIDs: ``, docAttrShowTitle: ``, + docAttrStylesheet: ``, docAttrTableCaption: ``, docAttrVersionLabel: ``, }, |
