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

multiline paragraphs with emphasis within quotes #68

Closed
gour opened this issue Oct 14, 2017 · 3 comments
Closed

multiline paragraphs with emphasis within quotes #68

gour opened this issue Oct 14, 2017 · 3 comments

Comments

@gour
Copy link

gour commented Oct 14, 2017

Do I miss something, but I do experience similar/same problem with e.g.:

In #64 the problem was solved for footnotes, but it still does exist for quotes:

#+BEGIN_QUOTE
Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only
five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. *It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum passages, and
more recently with desktop publishing software like Aldus PageMaker
including versions of Lorem Ipsum.*
#+END_QUOTE

renders as:
quote-shot

@gour gour changed the title multiline paragraphs within quotes multiline paragraphs with emphasis within quotes Oct 14, 2017
@curiouslychase
Copy link
Owner

The commit likely needs to be updated in the Hugo vendor json. Will check when I get a chance today and PR if that's the case.

@curiouslychase
Copy link
Owner

Sorry for the delay, I tested (org-html-export-as-html) with this block quote and org-mode itself doesn't support block quotes with inner element parsing:

<blockquote>
<p>
Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only
five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. *It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum passages, and
more recently with desktop publishing software like Aldus PageMaker
including versions of Lorem Ipsum.*
</p>
</blockquote>

It should be possible for goorgeous to check for a parameter on the block like "render-inner" or something so that it knows to render the inner elements. How does that sound?

@curiouslychase
Copy link
Owner

I had a branch I was getting ready to PR into Hugo this week that fixed this, but it looks like @niklasfasching PR'ed a new org parser, so I'm closing all the issues here, deprecating and archiving goorgeous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants