I'm not sure where the best place to put this...
I'm interested in potentially buying BlogJet but one feature it is missing (which to be honest all offline blog tools seem to), is to have the difference between a "bockquote" and an "indent".
For instance, under TinyMCE with recent WordPress software, selecting the quote button (") makes it a "blockquote", but selecting the "indent" (right arrow with lines button) actually generates a "<p style="padding-left: 30px;"> in front of the text.
I like having both versions personally, because I have CSS to highlight actual quotes versus say just text I want indented. For instance if I want to put a URL on a line by itself I tend to do a vanilla indent (which yields the "padding-left" code), whereas if I'm quoting text from another author I use the '"' button (which yields the "blockquote" code).
Is there a way to get similar functionality in BlogJet?
Thanks in advance!