This is a flutter package to create markdown widget. with Latex math formula support and also simple to use package.
Features
You can create simple markdown view by this package.
At this moment this package supports:
-
Unordered list
`* <Text here>`
-
Links
`[<text here>](<href>)`
-
Images with size
``
-
Table
| Name | Roll | | sohag | 1 |
Name Roll sohag 1 -
Bolt texts
`**<Text here>**`
-
heading texts
`## <Text here>`
-
Latex formula
`$\frac a b$`
$\frac a b$
Getting started
Run this command:
flutter pub add tex_markdown
Usage
const like = 'sample';
Additional information
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.