aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-07-16 20:47:00 -0400
committerbobzel <zzzman@gmail.com>2023-07-16 20:47:00 -0400
commit54547a9e69726bbacf545296d84723f902ec7097 (patch)
tree2ef58d12b5257b545a84134c812a387c53023761
parent6503f182a4534119a9ae27a9decf884db70775c3 (diff)
code block markup fix.
-rw-r--r--src/client/util/RTFMarkup.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RTFMarkup.tsx b/src/client/util/RTFMarkup.tsx
index 247267710..b93d4f293 100644
--- a/src/client/util/RTFMarkup.tsx
+++ b/src/client/util/RTFMarkup.tsx
@@ -52,7 +52,7 @@ export class RTFMarkup extends React.Component<{}> {
{` add a sidebar text document inline`}
</p>
<p>
- <b style={{ fontSize: 'larger' }}>{`\`\` `}</b>
+ <b style={{ fontSize: 'larger' }}>{`\`\`\` `}</b>
{` create a code snippet block`}
</p>
<p>