Skip to content

':include' not working in a table cell. #398

@fdrobidoux

Description

@fdrobidoux

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions