emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nested quote blocks?


From: Tim Visher
Subject: Re: Nested quote blocks?
Date: Thu, 5 Mar 2020 11:14:46 -0500

On Thu, Mar 5, 2020 at 1:45 AM Fraga, Eric <address@hidden> wrote:
> IIUC, your solution should work but it's necessarily tied to specific
> export backends, right?

It is partly but the general concept of using special blocks works for
HTML also.  You end up with code that looks like this:

,----
| <div class="myquote">
| <p>
| and this is the inner block
| </p>
|
| </div>
`----

which means you can customize its appearance using appropriate CSS code.

Sounds great. I'll try to hack on this when I have some free time. :)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]