sphinx_rtd_theme icon indicating copy to clipboard operation
sphinx_rtd_theme copied to clipboard

Fix #317: Add styling to block quotes

Open Blendify opened this issue 7 years ago • 1 comments

Before: blockbefore

After: blockafter

Take note of the comment in the code:

  // For the most part, its safe to assume that sphinx wants you to use a blockquote as an indent. It gets
  // used in many different ways, so don't assume you can apply some fancy style, just leave it be.

Looking at our demo files the only effects it has is on block quotes and line blocks. I can make it only apply to block quotes. AFAIK this currently would cause issues on my website but would like to get some feedback on this.

Blendify avatar Mar 12 '17 18:03 Blendify

My personal preference would be to not add the styling to line blocks

Blendify avatar Mar 12 '17 18:03 Blendify