[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A way to avoid unwanted new lines when using paragraph quotes?
From: |
Juan Manuel Macías |
Subject: |
Re: A way to avoid unwanted new lines when using paragraph quotes? |
Date: |
Sun, 27 Dec 2020 14:55:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello,
Kashyap Chamarthy <kashyap.cv@gmail.com> writes:
> Is there a way to avoid the said new lines in the above mentioned
> examples? (NB: A space right _before_ the quote starts is okay.) Or
> alternatively, is there a way to consistently force a new line in the
> HTML export, after each of "Test 1", "Test 2", et al?
A solution could be to 'force' a homogeneous space between all the items
of the list by modifying the 'margin' property
(https://www.w3schools.com/cssref/pr_margin.asp).
For example:
#+HTML_HEAD: <style> li{margin: 15px;}</style>
Regards,
Juan Manuel