##// END OF EJS Templates
Merge pull request #4181 from jdfreder/crlf...
Min RK -
r12454:8063ecb7 merge
parent child Browse files
Show More
@@ -232,7 +232,7 Note: For best display, use latex syntax highlighting. =))
232 232 in IPYNB file titles) do not make their way into latex. Sometimes this
233 233 causes latex to barf. =))
234 234 ((*- endif -*))
235 {((( cell.source | citation2latex | markdown2latex )))}
235 {((( cell.source | replace('\n', ' ') | citation2latex | markdown2latex )))}
236 236 ((*- endblock headingcell *))
237 237
238 238 %==============================================================================
General Comments 0
You need to be logged in to leave comments. Login now