saminsohag / flutter_packages

11 stars 4 forks source link

Do not show code block #17

Open hnvmeta opened 2 hours ago

hnvmeta commented 2 hours ago

Code blocks are not shown correct format. They are shown like plain text.

saminsohag commented 2 hours ago

Currently the package is not supporting the code formatting. But there is an codeBuilder attribute that you can use to show code block. You can pass your on codeBlock widget.

hnvmeta commented 2 hours ago

TexMarkdown does not recognize any code block. So, nothing passes to my CodeBlock widget.