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

YFM render error #578

Open
Alegr37 opened this issue Nov 8, 2024 · 0 comments
Open

YFM render error #578

Alegr37 opened this issue Nov 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Alegr37
Copy link

Alegr37 commented Nov 8, 2024

Seems like render order error

Minimal repro, presets.yaml:

default:
  test:
    t: 1
    # testarray: [1]

test.md:

{% if test.testarray %}
{% for testval in test.testarray %}
  - {{ testval }}
{% endfor %}
{% endif %}
$ yfm -i ./ -o ~/render

leads to:

ERR  test.testarray is undefined or not iterable
@3y3 3y3 added the bug Something isn't working label Dec 2, 2024
@3y3 3y3 transferred this issue from diplodoc-platform/diplodoc Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants