-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, any possible interface to add a very simple WidgetSpan to markdown widget? #132
Comments
Hi @lucasjinreal , there is already a sample for custom html tag: https://github.com/asjqkkkk/markdown_widget/blob/master/example/lib/markdown_custom/video.dart In your case, you need create the sample code for
|
@asjqkkkk hi, seems not work:
|
@lucasjinreal you need use
https://github.com/asjqkkkk/markdown_widget/blob/master/example/lib/markdown_custom/custom_node.dart |
@lucasjinreal |
@asjqkkkk hi, the |
There is the example code:
|
Am using this markdown_widget lib, its extremly powerful and useful.
markdown works like a charm. but now, I have a very very tiny simple demand.
I want detect a certrain parttern, and shows only parts of text as a WidgetSpan.
For exmaple:
this is actually markdown widget,
But I want detect this partten, and shows
英翻中
as this:is there a way to do it?
The text was updated successfully, but these errors were encountered: