HTML: SmallCaps
This commit is contained in:
parent
774af0fedf
commit
86839a9269
1 changed files with 3 additions and 0 deletions
|
@ -344,6 +344,9 @@ 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;"})
|
||||
|
||||
|
||||
class StandaloneHTMLGenerator(HTMLGenerator):
|
||||
def generate_Doc(self, e: Doc):
|
||||
|
|
Loading…
Reference in a new issue