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

Use only 4 underscores for asciidoc blockquote output from markdown by default or with option #4364

Closed
cirosantilli opened this issue Feb 14, 2018 · 4 comments

Comments

@cirosantilli
Copy link

pando 2.1.1:

> my long blockquote with no line wrapping style

Then:

pandoc -t a.adoc a.md

Gives:

______________________________________________
my long blockquote with no line wrapping style
______________________________________________

but I'd rather have:

____
my long blockquote with no line wrapping style
____

which is more maintainable.

This would also be consistent with the behaviour for code blocks, which use only four dots .... always.

@jgm
Copy link
Owner

jgm commented Feb 16, 2018

Everyone's going to have different preferences for this kind of thing. I'd rather not add more complexity to pandoc by including options for little stylistic things like this. If I could be persuaded that the majority share your preferences, I might change it.

@link2xt
Copy link
Collaborator

link2xt commented Feb 18, 2018

@jgm I am for this change, because current code uses wrong number of "_" when line wrapping is enabled:

$ pandoc -f muse -t asciidoc
    word word word word word word word word word word word word word word word word word word word word word word
^D
_____________________________________________________________________________________________________________
word word word word word word word word word word word word word word
word word word word word word word word
_____________________________________________________________________________________________________________

@jgm
Copy link
Owner

jgm commented Feb 18, 2018 via email

@mako4
Copy link

mako4 commented May 25, 2018

I second this and would like to extend this to all kinds of blocks in asciidoc. I'd also propose include tables in this and make the delimiter |==== there - since columns are not aligned anyway (which is a good thing, because it reduces maintenance when editing), having the full-length table delimiters doesn't really make it more readable.

@jgm jgm closed this as completed in 599327b Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants