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 2c7944e commit 4176c27Copy full SHA for 4176c27
src/BlockRenderer.ts
@@ -122,7 +122,7 @@ export class BlockRenderer {
122
case "callout":
123
return {
124
lines:
125
- `> **${this.renderIcon(block.callout.icon)}**" `+ // render emoji as bold, this enables css to target it as `blockquote > strong:first-child`
+ `> **${this.renderIcon(block.callout.icon)}** `+ // render emoji as bold, this enables css to target it as `blockquote > strong:first-child`
126
(await this.richText.renderMarkdown(block.callout.text)),
127
};
128
case "divider":
0 commit comments