Update MD060/table-column-style to add aligned_delimiter parameter (fixes #1854).

This commit is contained in:
David Anson 2025-11-30 16:39:56 -08:00
parent 8e974f95d5
commit f6c5369ef4
14 changed files with 648 additions and 32 deletions

View file

@ -4701,6 +4701,11 @@
"tight"
],
"default": "any"
},
"aligned_delimiter": {
"description": "Aligned delimiter columns",
"type": "boolean",
"default": false
}
}
}
@ -4747,6 +4752,11 @@
"tight"
],
"default": "any"
},
"aligned_delimiter": {
"description": "Aligned delimiter columns",
"type": "boolean",
"default": false
}
}
}