Morn

Results 177 comments of 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`

> 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); ``` ![demo](https://user-images.githubusercontent.com/30992818/82971067-669b7980-a004-11ea-8b86-97b87b7f1197.gif) ![demo](https://user-images.githubusercontent.com/30992818/82971179-ac584200-a004-11ea-9b19-f6bba0042f0c.gif) can...

Yes, Now only support `[]` and `[x]` perhaps I need time to fix it