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

Support index terms #497

Closed
xcoulon opened this issue Mar 9, 2020 · 0 comments · Fixed by #498
Closed

Support index terms #497

xcoulon opened this issue Mar 9, 2020 · 0 comments · Fixed by #498

Comments

@xcoulon
Copy link
Member

xcoulon commented Mar 9, 2020

Eg:

a paragraph with an ((_italic term_)).

should renderer as:

<div class="paragraph">
<p>a paragraph with an <em>italic term</em>.</p>
</div>

indexed items should be rendered as their content items, since there is no support for indexes in the generated HTML documents.

@xcoulon xcoulon self-assigned this Mar 9, 2020
@xcoulon xcoulon added this to the v0.3.0 milestone Mar 9, 2020
xcoulon added a commit to xcoulon/libasciidoc that referenced this issue Mar 9, 2020
index terms have a single term which can be a quoted text
or simple text (for now). This index term is rendered
as its term itself.

Fixes bytesparadise#497

Signed-off-by: Xavier Coulon <[email protected]>
xcoulon added a commit that referenced this issue Mar 9, 2020
index terms have a single term which can be a quoted text
or simple text (for now). This index term is rendered
as its term itself.

Fixes #497

Signed-off-by: Xavier Coulon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant