apiaryio / api-blueprint

API Blueprint
https://apiblueprint.org
MIT License
8.63k stars 2.14k forks source link

Can I have some description at the end of a section? #476

Open sadiqkhoja opened 1 year ago

sadiqkhoja commented 1 year ago

Currently the structure of a section is :

# <keyword> <identifier>

<description>

<specific content>

<nested sections>

I would like to have a 2nd description / footer at the end of a section, like:

# <keyword> <identifier>

<description>

<specific content>

<nested sections>

<description>

Is it possible?

Use case: After listing all the actions of a resource I would like to add Related APIs heading and add some bullet points + hyperlinks to other resources