Commit afb0a270 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 46a47a71
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{#- jcell_ru_ref returns RU reference linked from a cell. {#- jcell_ru_ref returns RU reference linked from a cell.
if the cell embeds RU definition, its reference comes as `_<cell_ref>_ru`. #} if the cell embeds RU definition, its reference comes as `_<cell_ref>_ru`. #}
{%- macro jcell_ru_ref(cell) %} {%- macro jcell_ru_ref(cell) %}
{{- _jcell_ru_ref(cell, []) | tojson }} {{- _jcell_ru_ref(cell, []) }}
{%- endmacro %} {%- endmacro %}
{%- macro _jcell_ru_ref(cell, seen) %} {%- macro _jcell_ru_ref(cell, seen) %}
{%- set cell_ref = J(jref_of_shared(cell)) %} {%- set cell_ref = J(jref_of_shared(cell)) %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment