-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello,
I'm not sure if this is the right place to put this bug report, but I have noticed that on some different pages, ordered lists are being turned into unordered lists.
For example, the markdown for this page uses numbers, and when inspecting the live page it uses <ol>, but it still appears with bullets:

The documentation for this popular keyboard also makes use of numbered lists in the PHP file, but it also shows up with bullets. (When viewing the page inside the keyman app, it shows up correctly with numbers. Interesting note: The PHP page has no custom CSS).
My own keyboard documentation also makes extensive use of embedded ordered lists, sometimes specifying what type of <li> to use, but here also everything shows up as bullet points. The indentation for embedded lists is also barely perceptible.
Keyman app:
(I understand that the Keyman app is likely drawing from the welcome.htm)
I have also noticed that tables are being drawn without borders in the documentation in both of the mentioned keyboards. My documentation does have CSS to specify how to display tables. It also has a custom <kbd> CSS class for differentiating characters as they appear on the screen from keys on the keyboard, but in the browser everything is drawn the same. But I don't know if I should make a separate issue for that.
I hope if the numbering and indentation issue is solved it will make the site more user-friendly.
Any ideas on how this can be improved?
Also, please let me know if you notice I've implemented CSS incorrectly in my documentation in any way.
Thanks so much!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status



