Skip to content
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

Make it possible to customize image insertion code. #20

Merged
merged 2 commits into from May 14, 2016
Merged

Make it possible to customize image insertion code. #20

merged 2 commits into from May 14, 2016

Commits on Apr 30, 2016

  1. Make it possible to customize image insertion code.

    It can be useful to insert more that just a markdown image tag, for
    example to provide additional control on the layout of images. Since
    there's no convenient way to handle this on the JavaScript side, we
    generate the code to insert in Python. Then it can be overridden with
    the existing extensibility mechanism, that is, with a custom view.
    aaugustin committed Apr 30, 2016
    Copy the full SHA
    4de889e View commit details
    Browse the repository at this point in the history
  2. Restore backwards-compatibility.

    The previous commit is backwards-incompatible for users who pointed
    MARKDOWNX_UPLOAD_URLS_PATH to a custom view. This commit restores
    backwards-compatibility with the previous API.
    aaugustin committed Apr 30, 2016
    Copy the full SHA
    4e42c04 View commit details
    Browse the repository at this point in the history