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

Add html language support #3

Closed
mnosov622 opened this issue Sep 27, 2022 · 1 comment
Closed

Add html language support #3

mnosov622 opened this issue Sep 27, 2022 · 1 comment

Comments

@mnosov622
Copy link
Owner

mnosov622 commented Sep 27, 2022

Add an optional -l, --lang, and/or \l flag, which indicates the language to use when generating the lang attribute on the root element.

For example:

--lang fr

would mean that the HTML documents are in French, and would include
<html lang="fr">,

while -l pt-BR
would mean the text is using Brazilian Portuguese: <html lang="pt-BR">.

By default, use en-CA for Canadian English.

@mnosov622
Copy link
Owner Author

Closed by 15ceb06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant