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

Custom Unified.js Plugins (Admonitions + Type Links) #154

Merged
merged 10 commits into from
Oct 28, 2024

Commits on Aug 19, 2024

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    78d65cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12eb849 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 11, 2024

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

Commits on Oct 12, 2024

  1. Add back support from gfm Markdown

    This was removed in remark-parse when they moved to Micromark
    YetAnotherClown committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1466af4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 28, 2024

  1. Add backwards compatibility for previously supported syntax

    - Use of Semicolons as Methods, `foo:bar()`, `:foo()`
    
    - Docusaurus V2 Admonition titles, `:::name Some Title`
    YetAnotherClown committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8bc4ee2 View commit details
    Browse the repository at this point in the history
  2. Use an alert background for invalid Admonition variation error

    The previous use of `style` did not work in the new Admonition Remark plugin
    YetAnotherClown committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1a63b4d View commit details
    Browse the repository at this point in the history
  3. Fix Prettier issues

    YetAnotherClown committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fbc396f View commit details
    Browse the repository at this point in the history