Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Ensure ID tags have opening/closing quotes #32

Open
rohennes opened this issue Feb 9, 2023 · 2 comments
Open

Ensure ID tags have opening/closing quotes #32

rohennes opened this issue Feb 9, 2023 · 2 comments

Comments

@rohennes
Copy link
Owner

rohennes commented Feb 9, 2023

It potentially breaks the build otherwise.

Example of missing quotes:

[id="configuring-networking_{context}]

image

@rohennes rohennes changed the title Ensure id tags have closing quotes Ensure id tags have opening/closing quotes Feb 9, 2023
@rohennes rohennes changed the title Ensure id tags have opening/closing quotes Ensure ID tags have opening/closing quotes Feb 9, 2023
@aireilly
Copy link
Collaborator

aireilly commented Feb 10, 2023

^(\[id=([^"].*")\])|(\[id=(".*[^"])\])|(\[id=([^"].*[^"])\])$

regexr.com/78213

@aireilly
Copy link
Collaborator

Addressed in #54

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

No branches or pull requests

2 participants