Morn
Morn
Hi, I have met his issue, it should be flutter's issue😄
Yes, this is beacuase `SelectableText.rich` only supports `TextSpan`, but some tag widgets are made up of `WidgetSpan` such as `img`
Hi, could you provider you flutter environment for me to locate and solve this issue?
It seems strange, maybe set a fontSize to `PConfig` with `linkStyle` can make it work
It's not hard, I will add `initialScrollIndex` to `MarkdownWidget` later
you can update to v1.1.9, use `initialIndex` to define the starting index of a numbered list
Make `MarkdownWidget` directly wrapped by `Expanded`
could you provider your error logs?
> Unfortunately there is no error anywhere. > it silently ignores the TOCController(initialIndex: 1) In my test, it's ok ``` final TocController controller = TocController(initialIndex: 5); ```   can...
Yes, Now only support `[]` and `[x]` perhaps I need time to fix it