Skip to content

Commit

Permalink
Update markdown.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jul 14, 2023
1 parent 2373901 commit c085ce3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/bos/components/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ import {WidgetEditor} from "@site/src/components/social-widget"
<WidgetEditor id='1' height="200px">

```jsx
const text = `
#### Markdown Section
Example of **markdown** *code* with an [url](example.com)
`;
const text = "#### Markdown Section\n Example of **markdown** *code* with [a link](example.com)";

return (
<>
Expand Down

0 comments on commit c085ce3

Please sign in to comment.