Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blockquote formatting in many posts #102

Merged
merged 1 commit into from
Jul 7, 2015
Merged

Fix blockquote formatting in many posts #102

merged 1 commit into from
Jul 7, 2015

Conversation

alexwlchan
Copy link
Contributor

I individually inspected every Markdown file containing a <blockquote>
tag, and either:

  • Ignored the post if there was no formatting and no paragraph breaks
    within the blockquote
  • Changed the formatting to pure HTML tags if it was a single-paragraph
    blockquote (to avoid extra vertical space after the auto-generated <p>
    tags if it was a Markdown quote)
  • Changed the <blockquote> tags to angle brackets

I have inspected the rendered output for each of the changed posts to
verify that the changes give the right result.

This doesn't cover every post with blockquotes - there are still some
with weird formatting that I haven't had time to get around to yet.


Related to issue #95

I individually inspected every Markdown file containing a <blockquote>
tag, and either:

* Ignored the post if there was no formatting and no paragraph breaks
  within the blockquote
* Changed the formatting to pure HTML tags if it was a single-paragraph
  blockquote (to avoid extra vertical space after the auto-generated <p>
  tags if it was a Markdown quote)
* Changed the <blockquote> tags to angle brackets

I have inspected the rendered output for each of the changed posts to
verify that the changes give the right result.

This doesn't cover every post with blockquotes - there are still some
with weird formatting that I haven't had time to get around to yet.
JonHMChan added a commit that referenced this pull request Jul 7, 2015
Fix blockquote formatting in many posts
@JonHMChan JonHMChan merged commit a9c4b6e into StackExchange:master Jul 7, 2015
JonHMChan added a commit that referenced this pull request Jul 17, 2015
Fix blockquote formatting in many posts
ianallen added a commit that referenced this pull request Feb 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants