Skip to content
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

Convert HTML tables to Markdown tables #1532

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

StephenBrown2
Copy link
Contributor

Using python-markdown syntax via sphinx-markdown-tables extension.

I noticed that some of the formatting wasn't being applied in the tables, and figured it was probably because of the inline html, markdown processing was being suspended.

This converts all the <table>s to markdown tables, so that the formatting will work, and also improves the readability and fixes the markup (The bluetooth tethering table was particularly poor markup).

HTML tags can still be used in the table cells, as with <br>s in the OPENAPS_ lines in Nightscout setup.

While testing this locally, I used the make serve command, which errored as there is no build command, and I also added the build/ folder to .gitignore.

Using python-markdown syntax via sphinx-markdown-tables extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant