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 description attribute #892

Closed
xcoulon opened this issue Dec 29, 2021 · 0 comments · Fixed by #893
Closed

Support description attribute #892

xcoulon opened this issue Dec 29, 2021 · 0 comments · Fixed by #893

Comments

@xcoulon
Copy link
Member

xcoulon commented Dec 29, 2021

the description attribute should automatically render as a <meta> attribute in the rendered HTML.

Eg:

= Title
:description: a description

gives

<!DOCTYPE html>
...
<meta name="description" content="a description">
<title>Document Title</title>
...
@xcoulon xcoulon self-assigned this Dec 29, 2021
@xcoulon xcoulon added this to the v0.7.0 milestone Dec 29, 2021
xcoulon added a commit to xcoulon/libasciidoc that referenced this issue Dec 29, 2021
appears in HTML document as a `<meta name="description" content="...">`
tag

fixes bytesparadise#892

Signed-off-by: Xavier Coulon <[email protected]>
xcoulon added a commit that referenced this issue Dec 29, 2021
appears in HTML document as a `<meta name="description" content="...">`
tag

fixes #892

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