-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
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.