##// END OF EJS Templates
Backport PR #4181: nbconvert: Fix, sphinx template not removing new lines from headers...
MinRK -
Show More
@@ -229,7 +229,7 b' Note: For best display, use latex syntax highlighting. =))'
229 in IPYNB file titles) do not make their way into latex. Sometimes this
229 in IPYNB file titles) do not make their way into latex. Sometimes this
230 causes latex to barf. =))
230 causes latex to barf. =))
231 ((*- endif -*))
231 ((*- endif -*))
232 {((( cell.source | markdown2latex )))}
232 {((( cell.source | replace('\n', ' ') | markdown2latex )))}
233 ((*- endblock headingcell *))
233 ((*- endblock headingcell *))
234
234
235 %==============================================================================
235 %==============================================================================
General Comments 0
You need to be logged in to leave comments. Login now