-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tiny edits in attempt to fix final site markdown display problem (#1016)
* Fixing markdown problem(?) in quick-menu.md I noticed the final page https://docs.libretro.com/guides/quick-menu/ was showing the correct markdown for the controls bullet list, even though the github.com page shows the final markdown results correctly (in Preview and while viewing the page before editing). I'm thinking this line break might fix it. If it does fix it, we probably need similar fixes elsewhere. Regardless of whether this line break fixes it, it seems there's a markdown engine/versioning difference between (for example) github and docs.libretro.com. * Fixed "!!!" Hint bubble code I coded a hint bubble wrong. I had carefully modelled other code, but still made a mistake. * Markdown sub-bullet level fix(?) Sub-bullets that display AOK on github.com site are not correctly levelled on the final docs.libretro.com site. On docs.libretro.com the sub-bullets show as main-bullets with no sub-levelling. There must be a markdown breakage/versioning/problem on docs.libretro.com. I'm hoping the extra indentation in this new commit will fix it regardless. I added two _extra_ spaces to "-" sub-bullets even when they were already correctly spaced.
- Loading branch information
1 parent
6b2c301
commit 491ca95
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters