Compare commits
4 commits
1470239197
...
ac2c3475e4
Author | SHA1 | Date | |
---|---|---|---|
ac2c3475e4 | |||
2fd0efe3a7 | |||
4bd05b098b | |||
86839a9269 |
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