Hi, I basically want to get this HTML output: ------------------------- <dl> <dt>Paragraphs</dt> <dd>First paragraph.</dd> <dd>Second paragraph.</dd> </dl> ------------------------- In this way, I can add a vertical separation (margin-top) between both paragraphs. However using RedCloth I cannot get it: ---------------------------- - Paragraphs := First paragraph. Second paragraph. ---------------------------- maps to: ---------------------------- <dl> <dt>Paragraphs</dt> <dd>First paragraph.<br /> Second paragraph.</dd> </dl> ---------------------------- RedCloth inserts a <br /> so it's not possible to simulate a vertical separation with N pixels between both "paragraphs". Is there a workaround for achieving it? Thanks a lot.
on 2010-08-29 20:00
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.