Compare commits
4 commits
ac2c3475e4
...
1470239197
Author | SHA1 | Date | |
---|---|---|---|
1470239197 | |||
c883cefdde | |||
8594335bca | |||
089fa8b000 |
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ class HTMLGenerator(OutputGenerator):
|
|||
|
||||
def generate_DefinitionList(self, e: DefinitionList):
|
||||
self.writeln("<!-- FIXME: DefinitionLists not implemented -->")
|
||||
|
||||
|
||||
def generate_SmallCaps(self, e: SmallCaps):
|
||||
self.generate_simple_tag(e, attributes=self.common_attributes(e) | {"style": "font-variant: small-caps;"})
|
||||
|
||||
|
|
Loading…
Reference in a new issue