Take the following markdown :
Command | Description | Parameters
---: | --- | ---
**Something** | |
`do-something` | Does something. | [shouldnt appear](.artisan/params.md ':include')
**Something else** | |
`etc.` | Etc. | |
In tables, the ':include' argument isn't taken, and it shows a link named shouldnt appear instead in the table cell.
What I expect it to do, is add the markdown from another file and embeds it into the table, with line breaks just like in the file.
Is this an easy fix?
Thank you.
Take the following markdown :
In tables, the
':include'argument isn't taken, and it shows a link namedshouldnt appearinstead in the table cell.What I expect it to do, is add the markdown from another file and embeds it into the table, with line breaks just like in the file.
Is this an easy fix?
Thank you.