glamour icon indicating copy to clipboard operation
glamour copied to clipboard

block_quote does not display margin correctly

Open shitchell opened this issue 3 years ago • 0 comments

expected behavior

"block_quote": {
  "margin": 2,
  "indent": 1,
  "indent_token": "| "
}

should presumably push the block quote 2 columns from the document edge and display 1 indent_token

actual behvaior

There seems to be no difference between margin and indent, and both increase the number of indent_tokens displayed. Thus, you cannot increase the margin between the quote and the document edge without messing up the number of tokens displayed.

block_quote

shitchell avatar Dec 18 '20 05:12 shitchell