Skip to content

Commit

Permalink
update recursion.md for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
elocremarc committed Sep 5, 2023
1 parent 5c75775 commit 5382ab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/inscriptions/recursion.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ This has a number of interesting use-cases:
inscribed as individual images, or in a shared texture atlas, and then
combined, collage-style, in unique combinations in multiple inscriptions.

- Markdown documents that reference other inscriptions
- Images: `![alt text](/content/<INSCRIPTION_ID>)`
- Links: `[link text](/content/<INSCRIPTION_ID>)`

A few other endpoints that inscriptions may access are the following:

- `/blockheight`: latest block height.
Expand Down

0 comments on commit 5382ab6

Please sign in to comment.