Skip to content


Closed literal_block classes attribute is skipped durint html rendering
retired / jrst #111 · created by Tony Chemit
Using this rst code:
.. class:: formatJava

::

  public class Test {
  
  }
This generate proper xml code (rst2xml.py):
public class Test {

}
but, is final html file, @classes@ is skipped
pub...
updated