You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
#not work, though? Or, out of the expected behavior, anyway. I don't generally use H1, to be fair - you can see in the question here that my headers are all H2 and H3 - but I wonder if it's still reasonable to argue that post headers aren't the same? I'm pretty sure they're not actually formatted the same as page headers. That said, I'm not a web dev so maybe what I'm saying doesn't make sense.#to create anh2“under the hood,” so to speak (and cause theh2within Qs and As to look like theh1does now), and then##would produce anh3, and so on and so forth. The reason for this is that having a singleh1on a page is a rather major web-accessibility standard—just last week my development team got slapped pretty hard for missing that one. Legal was very concerned about it getting us sued (that site is legally obligated to maintain a certain level of accessibility).h4territory (especially if we’re avoidingh1for accessibility reasons, which we should). Somewhat niche case, and even there it doesn’t come up often, but if it’s literally a matter of removing a special block on them, it seems worthwhile to have them.#output a<h2>(and bumping down##and###to<h3>and<h4>) would solve the semantic problem, and you could change the font size/styling to match, so visually there'd be no difference.## Headers become<h3>Header</h3>, then this breaks all posts of mine, since I use Markdown headers correctly all the time. Maybe, the migration script can figure out if# Headeris used, or not, and based on that, shift everything one level down, or leave it as is. And then I’d need to relearn the Markdown semantics…