2006-08-02 10:07:34 +00:00

5 lines
89 B
PHP

<?php
class Text_Wiki_Render_Latex_Italic extends Text_Wiki_Render_Latex_Emphasis {
}
?>