[DOCS] De-indent remaining blocks and lint-clean SCHEMA_CONVENTIONS.md - #628
Open
Seth Fitzsimmons (sethfitz) wants to merge 4 commits into
Open
[DOCS] De-indent remaining blocks and lint-clean SCHEMA_CONVENTIONS.md#628Seth Fitzsimmons (sethfitz) wants to merge 4 commits into
Seth Fitzsimmons (sethfitz) wants to merge 4 commits into
Conversation
Signed-off-by: Victor Schappert <victor.schappert@protonmail.com>
…ONVENTIONS.md Follow-up to #597, which de-indented only the Opening Hours paragraph. Apply the same treatment to every other indented block so it renders as prose instead of a code block, and add a blank line between each section heading and its first paragraph: - Relations, Measurements, and Regulations paragraphs - the "i.e." continuation under The Basics - the "-insert example" placeholder under Extensions Also normalize the remaining Markdown so the file is rumdl/markdownlint clean apart from line-length (MD013), which is left as-is to avoid hard-wrapping prose: - list-marker spacing (MD030) and nested list indentation (MD007) - blank lines around headings and lists (MD022, MD032) - the boolean-property examples become a fenced code block, preserving their intended line breaks Signed-off-by: Seth Fitzsimmons <seth@mojodna.net>
🗺️ Schema reference docs preview is live!
Note ♻️ This preview updates automatically with each push to this PR. |
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.
Description
Follow-up to #597, which de-indented only the "Opening hours/validity Periods" paragraph. This applies the same treatment to every other indented block so it renders as prose instead of a code block, and adds a blank line between each section heading and its first paragraph.
Details
i.e.continuation under "The Basics", and the-insert exampleplaceholder under "Extensions" — all previously rendered as code blocks on GitHub.markdownlint/rumdlclean apart from line length (MD013), which is left as-is to avoid hard-wrapping prose: list-marker spacing (MD030), nested list indentation (MD007), and blank lines around headings and lists (MD022/MD032).has_street_lights=true,is_accessible=false) become a fenced code block, preserving their intended line breaks.Fixes #627