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

Allow escaping of W parsing #476

Open
jbidoret opened this issue Oct 30, 2024 · 2 comments
Open

Allow escaping of W parsing #476

jbidoret opened this issue Oct 30, 2024 · 2 comments
Labels

Comments

@jbidoret
Copy link
Collaborator

The use case is when you want to provide some W documentation on how to use inclusions within a W page (quite a niche use case…).

To give an example of a list inclusion, within the Content tab, you may want to write:

    %LIST?description=0&date=1&time=1&authorfilter[0]=julienb%

But you can’t since W will parse the %LIST%.

An actual workaround is to write:

    %LIST?description=0&date=1&time=1&authorfilter[0]=julienb%

Example online

@jbidoret
Copy link
Collaborator Author

jbidoret commented Oct 30, 2024

Don’t know how to do it.
Maybe exclude parsing within <code> elements ?
Maybe add a wontfix label to this issue, since the use case is really for power users who can type &#37; instead of %…

@vincent-peugnet
Copy link
Owner

Maybe exclude parsing within <code> elements ?

hehe, this is a good idea! @n-peugnet already suggest it in #232

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants