You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
Currently, <epigraph> alignment is ignored for descendant. For example, if I want to align all epigraphs in the fb2 document to the right but their descendants (i.e. <p>, <poem>, <stanza>) to the left (of epigraph, not a document! - it's important), I can't do this.
For example, for
<section>
<epigraph>
<poem>
<stanza>
<v>Поет зима — аукает,</v>
<v>Мохнатый лес баюкает</v>
<v>Стозвоном сосняка.</v>
<v>Кругом с тоской глубокою</v>
<v>Плывут в страну далекую</v>
<v>Седые облака.</v>
</stanza>
<text-author>С. Есенин</text-author>
</poem>
</epigraph>
<p>Скучно зимой на пасеке.</p>
I'd like to align section's <epigraph> to the right side of page, but also align <stanza> to the left of <epigraph> block, and <text-author> should be aligned to the right side of epigraph.
It's a low priority feature request.
P.S. Thanks for the great app!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
<epigraph>
alignment is ignored for descendant. For example, if I want to align all epigraphs in the fb2 document to the right but their descendants (i.e.<p>, <poem>, <stanza>
) to the left (of epigraph, not a document! - it's important), I can't do this.For example, for
I'd like to align section's
<epigraph>
to the right side of page, but also align<stanza>
to the left of<epigraph>
block, and<text-author>
should be aligned to the right side of epigraph.It's a low priority feature request.
P.S. Thanks for the great app!
The text was updated successfully, but these errors were encountered: