mdx_gen::extensionsFunction process_tables
Source pub fn process_tables(table_html: &str) -> String
Expand description
Processes tables, enhancing them with responsive design and alignment classes.
§Arguments
table_html
- The HTML string representing the table.
§Returns
The enhanced HTML string.