-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Inline code not converted #31
Comments
Hello @hidingmode I'm using the following font name to guess if the text is an inline code: |
Thanks! |
The app script API function "getTextAttributeIndices" now returns a set of text indices at which text formatting changes (including font changes)
Previously the API was not able to detect font changes in a paragraph but now it's working. You can review the code: #32 |
I have tested the new code, but the issue still persists if the code is in the middle of a line: Also, some issues with the original example:
|
Thanks for your feedback. As mentioned in my previous comment, it may be a limitation of the App Scripts API... I will investigate further to understand how |
I have lots of inline code in my gdoc along styled with consolas font among words with Arial font. Those codes are not converted to adoc syntax.
The text was updated successfully, but these errors were encountered: