jaspervdj/patat

[theme] blockQuote affects only the style of '> ' prefix

dosmanak opened this issue · 3 comments

Observed behavior: Change of style for blockQuote affects only the first few characters on the line
Expected behavior for theme.blockQuote is to change style of the whole text.

example:

theme:
  blockQuote: [italic, vividRed, onDullGreen]

image

$ patat --version
0.8.7.0
Using pandoc: 2.11.2

Shall I close the issue?

@dosmanak No, your observation is right, I would also like this to change the entire text... I think this should be easier to do now that I did the prettyprinter fix in #128, so I'll have a look.

🎉