-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Gutenberg/activate preformat block #10868
Conversation
Update aztec version Call parser to HTML with extra parameter
Update aztec version
You can test the changes on this Pull Request by downloading the APK here. |
libs/editor/WordPressEditor/src/main/java/org/wordpress/android/editor/AztecEditorFragment.java
Outdated
Show resolved
Hide resolved
Hey @hypest, I think that I have addressed all issues so this one is ready for another iteration of review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I've LGTM'd the PR but, let's update the Aztec hash to a tag before we merge. |
…o, otherwise app is crashing.
…date also, otherwise app is crashing." This reverts commit 0936b22.
# Conflicts: # libs/editor/WordPressEditor/build.gradle
It seems that the failing Firebase tests are not related to the work on this PR and happening on other commits merged to develop already so, we'll not fix them as part of this PR and merge it. |
Fixes wordpress-mobile/gutenberg-mobile#1264
GB mobile PR: wordpress-mobile/gutenberg-mobile#1615
To test:
Follow test instructions on gb-mobile PR: wordpress-mobile/gutenberg-mobile#1615
PR submission checklist:
I have considered adding unit tests where possible.
I have considered if this change warrants user-facing release notes and have added them to
RELEASE-NOTES.txt
if necessary.