Working with mardown v2.3.1, and some updated options. #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Got this working again for markdown version 2.3.1 (latest code from github and from pypi doesn't work with latest markdown, primarily due to issue #1, but some other minor issues as well).
-Fixed issue #1 (import error): etree is under markdown.util, not just markdown.
-Made use of intPixelSize config.
-Removed unused intCanvasSize config.
-Made use of Pattern's default impl of getCompiledRegExp, which wraps the pattern in some important regex.
-Added alternate syntax which is more general and allows specifying options per use (colors, size, and error correction level).