Show More
@@ -140,6 +140,12 b' class ConverterRST(Converter):' | |||
|
140 | 140 | Returns list.""" |
|
141 | 141 | return [cell.source] |
|
142 | 142 | |
|
143 | def render_plaintext(self, cell): | |
|
144 | """convert plain text to rst | |
|
145 | ||
|
146 | Returns list.""" | |
|
147 | return [cell.source] | |
|
148 | ||
|
143 | 149 | def render_pyout(self, output): |
|
144 | 150 | """convert pyout part of a code cell to rst |
|
145 | 151 |
General Comments 0
You need to be logged in to leave comments.
Login now