The header and content of a table generated by pander or pandoc.table is separated by a horizontal line. Is there a way to add a new horizontal line between a specific location in the content? For example: Any help is greatly appreciated. Thanks!
© 2022 - 2024 — McMap. All rights reserved.
pandoc
's markdown does not support such markup for tables, so if you need such customization and you are OK with only one output format (eg LaTeX/pdf), then you should rather usextable
or other similar pkg. – Bursitis