From 1c660608eefb3c557fa109825e94e73c7520da66 Mon Sep 17 00:00:00 2001
From: ElnuDev
- {% for word in subline %}
- {% if word.dictionary %}
+ {%- for word in subline -%}
+ {%- if word.dictionary -%}
- {% endif %}
- {% for segment in word.text %}
-
+ {%- endif -%}
+ {% for segment in word.text -%}
{{ segment.kanji }}
- {% endfor %}
- {% if word.dictionary %}
+ {%- endfor -%}
+ {%- if word.dictionary -%}
- {% endif %}
- {% endfor %}
+ {%- endif -%}
+ {%- endfor -%}
This challenge was suggested by {{ content.suggester }} using the -h suggest
command.