##// END OF EJS Templates
minor adjustments to markdown / rst templates...
minor adjustments to markdown / rst templates - remote prompts from output - add missing HTML block - remove double-wrapping of latex - use plain-markdown indentation for code blocks (could use GFM '` ` `python') closes #4024 candidate for backport to 1.1

File last commit:

r11770:6b8a9d57
r12448:c138b06b
Show More
slides.tpl
16 lines | 327 B | application/vnd.groove-tool-template | SmartyLexer
damianavila
Organized reveal's templates.
r11677 {%- extends 'reveal_internals/subslides.tpl' -%}
damianavila
A new implementation of reveal converter with jinja templates.
r9662
{%- block any_cell scoped -%}
{%- if cell.metadata.slide_type in ['slide'] -%}
<section>
<section>
{%- endif -%}
damianavila
Redo of fixing templates structure.
r11770 {{ super() }}
damianavila
A new implementation of reveal converter with jinja templates.
r9662
{%- if cell.metadata.slide_helper in ['slide_end'] -%}
</section>
</section>
{%- endif -%}
{%- endblock any_cell -%}