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

Issue 375: Mass-Replace '{{X}}' with '{{{X}}}'. #376

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

kaladay
Copy link
Contributor

@kaladay kaladay commented Jun 18, 2024

resolves #375

I used geany with this regex match:

([^\{]){{([^{]*)}}

With this regex replacement value:

\1{{{\2}}}

Additional review is likely need on changes to confirm/deny if anything should still remain two braces.

I used geany with this regex match:
```
([^\{]){{([^{]*)}}
```
With this regex replacement value:
```
\1{{{\2}}}
```

Additional review is likely need on changes to confirm/deny if anything should still remain two braces.
@kaladay kaladay requested a review from a team June 18, 2024 20:37
rhundal7
rhundal7 previously approved these changes Jun 20, 2024
@kaladay kaladay changed the base branch from main to folio-sprint-18-base June 21, 2024 13:31
@kaladay kaladay marked this pull request as ready for review June 21, 2024 13:31
@kaladay kaladay linked an issue Jun 21, 2024 that may be closed by this pull request
@kaladay kaladay linked an issue Jun 21, 2024 that may be closed by this pull request
@kaladay kaladay merged commit af5ac15 into folio-sprint-18-base Jun 21, 2024
@kaladay kaladay deleted the 375-use_three_braces branch July 11, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use three braces instead of two, in general.
3 participants