Improve grammar, markup semantics, and add a hyperlink to the hosted frontend.#1
Open
RokeJulianLockhart wants to merge 1 commit intoquery-store-links:mainfrom
Open
Improve grammar, markup semantics, and add a hyperlink to the hosted frontend.#1RokeJulianLockhart wants to merge 1 commit intoquery-store-links:mainfrom
RokeJulianLockhart wants to merge 1 commit intoquery-store-links:mainfrom
Conversation
…frontend. - Like query-store-links/ui#1 (comment), makes the website easier to locate. - “for” should have been “of”. - A single line break between all elements is better in CommonMark, lest `blockquotes` render with their immediate counterparts in some renderers. - `p > a`s are more semantic than mere `a`s appended with `br`s per line. - `li`s should contain `p`s in CommonMark, lest they become inconsistent when multi-line (when the CSS3 in place is immature).
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.
Like Replace
.fui-Linkwith a non-404 replacement URI. ui#1 (comment), makes the website easier to locate.“for” should have been “of”.
A single line break between all elements is better in CommonMark, lest
blockquotesrender with their immediate counterparts in some renderers.p > as are more semantic than mereas appended withbrs per line.lis should containps in CommonMark, lest they become inconsistent when multi-line (when the CSS3 in place is immature).