Skip to content

Commit

Permalink
Update main.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 authored Apr 15, 2024
1 parent 936e684 commit bd80bf4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,20 @@ This function is parse markdown to html.

**PARAMETERS:**
text (`str`) – Markdown content.

tables (`Optional[bool]`) – Enable tables.
footnotes (`Optional[bool]`) – Enable footnotes.

footnotes (`Optional[bool]`) – Enable footnotes
.
strikethrough (`Optional[bool]`) – Enable strikethrough.

tasklists (`Optional[bool]`) – Enable tasklists.

smart_punctuation (`Optional[bool]`) – Enable smart_punctuation.

heading_attribute (`Optional[bool]`) – Enable heading_attribute.


**RETURNS:**
Html content.

Expand Down

0 comments on commit bd80bf4

Please sign in to comment.