Skip to content
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

add Markdown media type #2206

Merged
merged 2 commits into from
Jun 23, 2023
Merged

Conversation

elocremarc
Copy link
Contributor

@elocremarc elocremarc commented Jun 22, 2023

Markdown is a desirable media type to add now that we are inscribing Libraries.
This would be a good way to document code onchain.
You could keep the documentation in the same UTXO as the library or create a child parent using the library inscription
Clients would probably need to create a recursive markdown parser to add links and images for instance.
[link](<inscriptionId>)
![Image](<inscriptionId>)
People could even make clients like obsidian using the same recursion above.
This would also allow people to easily write a blog on inscriptions.

Copy link
Collaborator

@raphjaph raphjaph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With some markdown renderer as recursive inscription this could work nicely.

@raphjaph raphjaph merged commit c1c28ea into ordinals:master Jun 23, 2023
6 checks passed
@elocremarc elocremarc mentioned this pull request Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants