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 MDX support to the GUI API #73

Merged
merged 11 commits into from
Aug 8, 2023
Merged

Add MDX support to the GUI API #73

merged 11 commits into from
Aug 8, 2023

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    69c3a5b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    1ecc0f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee56afb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    84472ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74a497c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4ec9e View commit details
    Browse the repository at this point in the history
  4. Update interface to intake a image_root Path and replace relative pat…

    …hs in mdx
    
    This gets around introducing custom syntax that isn't being processed by mdx
    jonahbedouch committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    0d240e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Remove custom placeholder from markdown image

    As far as I can tell it doesn't work for images without a predefined aspect ratio
    jonahbedouch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6412e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51cf099 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Tweak markdown support

    - Remove <img src="" /> => data URL logic
    - Add .visible support
    brentyi committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8bbbd3f View commit details
    Browse the repository at this point in the history
  2. Prettier

    brentyi committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8a9e884 View commit details
    Browse the repository at this point in the history