generated from executablebooks/mdformat-plugin
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Hello! First of all, thanks for this tool! I am thinking of adopting it to format the Material for MkDocs docs sites in our company. A little issue I have encountered is that line wrapping conflicts with Captions, of which we make extensive use.
Input markdown
|a|b|
|-|-|
|c|d|
/// table-caption | 1.5.2
A table with letters.
///Markdown formatted with mdformat --wrap 90:
| a | b |
| --- | --- |
| c | d |
/// table-caption | 1.5.2 A table with letters. ///I might think on a fix if you're open to receiving PRs on this.
KyleKing
Metadata
Metadata
Assignees
Labels
No labels

