Replies: 1 comment 5 replies
-
I believe you could create your custom Renderer with the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to handle clicks within checkbox (
- [ ] foo bar
) in a markdown that I render.I believe that I need the line number corresponding to that item in the raw string in order to proceed.
Do you think it is possible to get that line number with elm-markdown ?
Or maybe there is a different approach to handle msg for checkbox that has been tried before ?
Beta Was this translation helpful? Give feedback.
All reactions