-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Fix markdown tables #2951
Comments
TEXT FORMATTED AS CODE LINE BREAKS
There are a few ways to handle this:
If we want to pursue the first option, we'll need to update the docs-design-system CSS and then update all of the other docs pages' dependencies in package.json If we want to handle it within rafiki.css, it's as simple as making updates as seen in this branch: https://github.com/interledger/rafiki/tree/docs-table-updates |
TABLES THAT EXTEND PAST THE MAIN CONTENT AREA To see this functionality, run this branch locally: https://github.com/interledger/rafiki/tree/docs-table-updates |
I've created a PR of my work thus far for @JoblersTune to review and enhance when she gets the chance. |
Most (not all) of the markdown tables look pretty bad. This is especially the case where the first column contains long variable names.
We need to convert these tables into HTML tables. But first, we need to figure out how we want to style the tables so they're consistent across pages.
The text was updated successfully, but these errors were encountered: