diff options
author | bobzel <zzzman@gmail.com> | 2023-07-16 20:47:00 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-16 20:47:00 -0400 |
commit | 54547a9e69726bbacf545296d84723f902ec7097 (patch) | |
tree | 2ef58d12b5257b545a84134c812a387c53023761 /src | |
parent | 6503f182a4534119a9ae27a9decf884db70775c3 (diff) |
code block markup fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/util/RTFMarkup.tsx | 2 |
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> |