-
Notifications
You must be signed in to change notification settings - Fork 25
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
document attributes from the command line? #484
Comments
thanks for opening this issue @gdamore, I will work on it. |
I can probably put together a PR that at least provides an option for this so that it can be used with ConvertToHTML. This would allow me to use it in my own Go code, which would get about 95% of the way to what I need. But if you're already working on it, I'll wait. |
thanks for the proposal but yes I've started working on it, but I'm not fully done yet. Hopefully soon ;) |
API break: using a new 'configuration.Configuration' parameter to wrap all the settings at the `libasciidoc.ConvertToHTML` level Fixes bytesparadise#484 Signed-off-by: Xavier Coulon <[email protected]>
API break: using a new 'configuration.Configuration' parameter to wrap all the settings at the `libasciidoc.ConvertToHTML` level Fixes #484 Signed-off-by: Xavier Coulon <[email protected]>
@gdamore it should work now, including the Note that the API changed (in case you also embed the library in one of your Go projects): https://github.com/bytesparadise/libasciidoc/pull/495/files#diff-4f72c4c2b08ab8542e4a8babeb3ac735 |
Thanks I will give it a shot. |
I sometimes want to supply different attributes on the same document, depending on whether I'm rendering for print or for online use. Therefore it's somewhat inconvenient to require that attributes only appear inline.
With the command line tool, I'd like to be able to e.g. supply "-aicons=font" to enable font icons.
The text was updated successfully, but these errors were encountered: