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

Add support for Prismic V2 format #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2024

  1. Move parser and converter as to not pollute Kramdown namespace

    jaen authored and Tomasz Mańko committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ad787eb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Implement Prismic API V2 (aka Migration API) format

    jaen authored and Tomasz Mańko committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    23af6eb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fix inconsitency in converting the Prismic representation from V1 to V2

    The `:origin` field of the image was not being converted according to the API V2
    representation. This is now corrected.
    jaen committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    74f1852 View commit details
    Browse the repository at this point in the history