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

Command pages: Fix the fix_links macro #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gmbnomis
Copy link
Contributor

The fix_links macro handles markdown strings which do not need HTML escaping. Declaring its template expansion as "safe" prevents double quoting in input like "<code>".

This fixes problems when rendering the reply documentation of CLUSTER INFO, GEORADIUS, and INFO.

By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.

The `fix_links` macro handles markdown strings which do not need HTML
escaping. Declaring its template expansion as safe prevents double quoting
in input like "`<code>`".

This fixes problems in the reply documentation of `CLUSTER INFO`, `GEORADIUS`,
and `INFO`.

Signed-off-by: Simon Baatz <[email protected]>
@gmbnomis
Copy link
Contributor Author

fyi, I diffed the zola build output before and after this change and the only relevant changes were the fixes to the command pages mentioned above.

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.

1 participant