We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658a65e commit 8afb76fCopy full SHA for 8afb76f
quartodoc/pandoc/components.py
@@ -59,7 +59,7 @@ def html(self):
59
60
if self.classes:
61
s = " ".join(c for c in self.classes)
62
- parts.append(f'class = "{s}"')
+ parts.append(f'class="{s}"')
63
64
if self.attributes:
65
parts.append(
0 commit comments