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 a flag to toggle class-templating-syntax #25

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

Commits on Jan 18, 2024

  1. Added a flag to toggle class-templating-syntax

    This commit adds a simple setting, which can be toggled by the configuration as part of the templating-model, to control if the old class based templating syntax (class='foo:bar') is interpreted as a call to a xquery function. This will allow to usage of colons inside classes (e.g. to use TailwindCSS)
    Bpolitycki committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    28623eb View commit details
    Browse the repository at this point in the history
  2. Fix recursive template execution for child nodes

    This commit introduces a helper function (`templates:process-children`), which will ensure that all templates are called recursive. This is a fixes the bug introduces in the previous feature commit.
    Bpolitycki committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    45b8a06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a9b651 View commit details
    Browse the repository at this point in the history