{{ b.kind }}
{% if b.text %}
{{ b.id }}
p.{{ b.page }}
{{ b.text | pretty_text }}
{% endif %}
{% if b.table %}
{% set t = b.table %}
{% if t.caption %}{{ t.caption }}
{% endif %} {% if chunk.kind == 'table' and chunk.attrs and chunk.attrs.table_profile %} {% set p = chunk.attrs.table_profile %}table profile: {{ p.kind }} {% if p.continued %}continued{% endif %} {% for flag in p.quality_flags or [] %}{{ flag }}{% endfor %}
{% endif %}| {{ h }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
原始 HTML
{{ t.html }}
image: {{ b.image_path }}