Skip to content

Commit af8c6aa

Browse files
Update README.md
1 parent c22b779 commit af8c6aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ markdownBuilder.createParagraph('This is a test paragraph.');
3434
markdownBuilder.createHeading(3, 'This is a sub heading');
3535
markdownBuilder.createHeading(4, 'This is a sub sub heading');
3636
markdownBuilder.createParagraph('This is another test paragraph.');
37+
38+
return markdownBuilder;
3739
```
3840

3941
#### Output

0 commit comments

Comments
 (0)