Making markdown styling more consistent, update README.md and LICENSE.md#279
Merged
DefenderOfHyrule merged 12 commits intonh-server:masterfrom Mar 1, 2026
Merged
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes the markdown styling more consistent in line with similar changes made to the Wii guide through hacks-guide/Guide_Wii#183.
More specifically, this PR does the following:
:from the end of several headersSeveral page specific changes are also made. These include:
index.md: Complete overhaul and reorganization of page content--
extras--extras/adding_udev.md: Createshellformatted codeblocks for the listed commandsextras/blocking_nintendo.md: Move various instructions for 90DNS into a tab formatextras/glossary.md: Change glossary into a formatted table instead of several bullet pointsextras/installing_android.md: Recreate SD card file structure diagram--
user_guide--user_guide/all/sd_preparation.md: Recreate SD card file structure diagramI omitted the markdown styling guidelines that I drafted on the Wii guide's README, as this is not a guide that I actively contribute to. I would appreciate feedback in the comments about if this is something that might be desired. I also copied over the
markdownlint.jsonthat I used for linting to accomplish some of these changes but it can also be removed if desired.Resolves #241, as there are no broken links for images or guide pages as far as I could tell.
Resolves #242, as I reworded the applicable instructions in
sd_preparation.mdto be quite specific about what to do.Resolves #255, as I added a warning to
transfer_sd.mdthat advises to follow instructions that were already posted infaq.mdto resolve the mentioned issue.