Recursive Markdown Renderer #2214
elocremarc
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that we can inscribe .md files #2206 we probably need a way to view them in a recursive manner.
Clients would need to create a recursive markdown parser to add links and images for instance.
[link](<inscriptionId>)
![Image](<inscriptionId>)
I would wonder how this could be achieved in the ordinals rust explorer?
I think for JavaScript clients we could maybe just use the markedjs extension marked-base-url
Beta Was this translation helpful? Give feedback.
All reactions