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

Fix for document-urls being rendered as links #281

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

ashimali
Copy link
Contributor

@ashimali ashimali commented Aug 1, 2024

This is a fix for: #270

Moved the split and rendering of document urls to the catch all section of macro.

The original implementation was in section that expected a field_spec, which in the actual call was None, therefore the rendering in really fell into the last else block which just rendered the content as a single string.

…on of

macro.

The orignial implementation was in section that expected a field_spec, which in the
actual call was None, therefore the redering in really fell into the last else block
which just rendered the content as a single string.
@ashimali ashimali merged commit efd06bb into main Aug 2, 2024
4 checks passed
@ashimali ashimali deleted the bugfix/document-urls-rendering branch August 2, 2024 09:49
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.

2 participants