You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
That's a great idea. We do use these a lot ourselves in the specification and other documentation. Unfortunately this isn't completely straight forward to implement given how API Blueprint currently works. Each description block is independent and thus the CommonMark parser is only rendering the "title" or "description" blocks without further knowledge about the rest of the documentation.
But none-less, it is possible. We're in the middle of some large refactoring in the parser and once that's done it should free us up to add some newer features.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Kramdown you can define links at the bottom of the document using the syntax shown here:
It doesn’t seem like this is possible in API blueprint, but I thought it could be a nice addition.
The text was updated successfully, but these errors were encountered: