-
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
Version does not parse if it doesn't start with a number #708
Comments
ok, thanks for reporting this issue @gdamore. |
Well, corrected I stand -- I did some more testing -- and it turns out asciidoctor does not handle non numbers here. Personally I believe this is a limitation that is easily solved, and we can do better. |
Having said that, this is the documented behavior, so I want to kick out of this milestone pending discussion. |
ok, sounds good to me. Thanks for the extra investigation @gdamore! |
Verifies that special characters are properly handled in paragraphs and delimited blocks Fixes bytesparadise#708 Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
Verifies that special characters are properly handled in paragraphs and delimited blocks Fixes bytesparadise#708 Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
I would like document details to have something like this
Unfortunately the "Third Edition" part is not recognized as a version.
asciidoctor prepends the word "version" if the version looks like numeric X.Y.Z -- maybe just if it starts with a digit I haven't really explored it thoroughly -- but it still parses Third Edition properly as the version.
The text was updated successfully, but these errors were encountered: