27 Content-Disposition: inline; filename=" 58 bbfab9f82ac8c1cabc6cbc9ed3d9e41c7473cab5..497c4cc9b562ad0be09c2c2ebd901c4b937ef654.patch 2e0 Last-Modified: Fri, 03 Jul 2026 00:12:58 GMT Expires: Mon, 30 Jun 2036 00:12:58 GMT From 497c4cc9b562ad0be09c2c2ebd901c4b937ef654 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 5 Jul 2015 16:37:51 -0700 Subject: LaTeX renderer: \textbf for strong. --- src/latex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/latex.c b/src/latex.c index a7e7495..abaab10 100644 --- a/src/latex.c +++ b/src/latex.c @@ -516,7 +516,7 @@ S_render_node(cmark_node *node, cmark_event_type ev_type, case CMARK_NODE_STRONG: if (entering) { - lit(state, "\\strong{", false); + lit(state, "\\textbf{", false); } else { lit(state, "}", false); } -- cgit v1.2.3 0 HTTP/1.0 500 Internal Server Error Date: Fri, 03 Jul 2026 00:12:59 GMT Server: OpenBSD httpd Connection: close Content-Type: text/html Content-Length: 518 500 Internal Server Error

500 Internal Server Error


OpenBSD httpd