diff --git a/lib/textile_doc_latex.rb b/lib/textile_doc_latex.rb index 45860e6..a4e8829 100644 --- a/lib/textile_doc_latex.rb +++ b/lib/textile_doc_latex.rb @@ -103,7 +103,7 @@ def latex_code(text) minted_settings = %W(mathescape linenos numbersep=5pt frame=lines framesep=2mm tabsize=4 fontsize=\\footnotesize breaklines breakanywhere) .join(',') if lang == '{}' - lang = 'python' + lang = '{python}' end latex_code_text = [ '',