5 lines
89 B
PHP
5 lines
89 B
PHP
<?php
|
|
|
|
class Text_Wiki_Render_Latex_Italic extends Text_Wiki_Render_Latex_Emphasis {
|
|
}
|
|
?>
|