##// END OF EJS Templates
set cell_type properly first-class in the Cell object...
set cell_type properly first-class in the Cell object - in toJSON - don't clobber existing value in Cell constructor

File last commit:

r12740:79db46de
r13676:e5d41b3c
Show More
style_bw_python.tplx
13 lines | 370 B | text/plain | TextLexer
((= Black&white Python input/output style =))
((*- extends 'latex_base.tplx' -*))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{verbatim}
((( cell.input | add_prompts )))
\end{verbatim}
((* endblock input *))