Open zhouzhuo810 opened 3 months ago
@asjqkkkk help
Hi @zhouzhuo810 , you need change the html like this:
<video width="320" height="240" src="xxx/movie.mp4">
then you can get the src.
Or you need custom your own html parser with : https://github.com/asjqkkkk/markdown_widget/blob/dev/example/lib/markdown_custom/html_support.dart
my video tag format is:
This code does not work: https://github.com/asjqkkkk/markdown_widget/blob/dev/example/lib/markdown_custom/video.dart
please tell me how to get
src
ofsource
,thank you~