Hi,

I noticed that the new exporter has one extra blank line in the output
of source and example blocks while the old exporter does not.

Regards,
Bernt

--8<---------------cut here---------------end--------------->8---
* Test export

#+begin_src sql
  SELECT * FROM some_table
#+end_src

#+begin_example
  Example text goes here
#+end_example
--8<---------------cut here---------------end--------------->8---

,----[ old exporter output ]
| <pre class="src src-sql"><span class="org-keyword">SELECT</span> * <span 
class="org-keyword">FROM</span> some_table
| </pre>
| 
| ...
| 
| <pre class="example">Example text goes here
| </pre>
`----
* new exporter
[2012-06-05 Tue 12:41]

,----[ new exporter ]
| <pre class="src src-sql"><span style="color: #a020f0;">SELECT</span> * <span 
style="color: #a020f0;">FROM</span> some_table
| 
| </pre>
| 
| ...
| 
| <pre class="example">
| Example text goes here
| 
| </pre>
`----

Reply via email to