Skip to content

Commit b67993d

Browse files
committed
Allow form controls
1 parent 884f7be commit b67993d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Renderer/HtmlRenderer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ public function parseMarkdown(string $content): string
209209
'ol',
210210
'li',
211211
'img',
212+
'form',
213+
'input',
214+
'button',
212215
]);
213216
}
214217

0 commit comments

Comments
 (0)