This PR revisits the options, methods, and events sections for each component's JS section. Builds off @rohit2sharma95's suggested changes for the dispose method and takes a more holistic approach to the sections.
- All sections are now Markdown-powered tables
- All tables are using the
bs-table
short code to add our.table-*
classes as needed - Does a little bit of wordsmithing, but could use more editing overall
I'm waiting on @Johann-S or someone else to tell me what happens with dispose before calling content final here, but wanted to open the PR for when we're ready.
TODO:
-
Convert the remaining HTML tables to Markdown -
Verify that the CSS still works and is adapted -
When we are done converting all tables, see if the markdown
shortcode is still used
Preview: https://deploy-preview-31337--twbs-bootstrap.netlify.app/
Fixes #31189 (closed)