static String parseHtmlCodeWithLanguage(String text, String language) { return "<pre><code class=\"language-${language}\">${text}</code></pre>"; }