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

11ty don't recognize multiline shortcode LiquidJS #3325

Closed
shkarinn opened this issue Jun 18, 2024 · 1 comment
Closed

11ty don't recognize multiline shortcode LiquidJS #3325

shkarinn opened this issue Jun 18, 2024 · 1 comment

Comments

@shkarinn
Copy link

shkarinn commented Jun 18, 2024

Operating system

Windows 11

Eleventy

3.0.0-alpha.13

Describe the bug

11ty does not recognize multiple lines shortcodes, separated by comma. 11ty only processes shortcodes that are written in a single line.

Reproduction steps

  1. Define multiple-line custom shortcodes with 4 prop's separate by commas.
  2. Separate it to 4 lines
  3. Attempt to build the project using 11ty.
  4. Observe that 11ty does not recognize the multiline shortcodes properly.

Expected behavior

Shortcodes should be recognized and processed correctly by 11ty, even when specified in multiple lines.

Screenshots

image
image
image

@zachleat
Copy link
Member

Duplicate of #2679. Please follow along over there!

@zachleat zachleat closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants