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 keyword arguments for Liquid shortcodes #3444

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

Commits on Sep 20, 2024

  1. Add keyword arguments for Liquid shortcodes

    This is an adaptation of 11ty#1733 to use the built-in Liquid argument
    parser that was added in 11ty#2679.
    
    Co-Authored-By: Dylan Awalt-Conley <[email protected]>
    nex3 and dawaltconley committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a148ab0 View commit details
    Browse the repository at this point in the history
  2. Fix type checks

    nex3 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a8e6461 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    nex3 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5b9f73a View commit details
    Browse the repository at this point in the history