Skip to content

Commit bf597bd

Browse files
committed
docs: Change example block breaking sync
1 parent 8a67281 commit bf597bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/markdown-confluence-sync/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,7 @@ Apart of supporting the most common markdown features, the library also supports
515515
```markdown
516516
<ac:structured-macro ac:name="code">
517517
<ac:parameter ac:name="language">javascript</ac:parameter>
518-
<ac:plain-text-body><![CDATA[const hello = "world";
519-
console.log(hello);]]></ac:plain-text-body>
518+
<ac:plain-text-body><![CDATA[const hello = "world";console.log(hello);]]></ac:plain-text-body>
520519
</ac:structured-macro>
521520
```
522521

0 commit comments

Comments
 (0)