From fa0d368d7e5342c9427acf4677c8732721ed4550 Mon Sep 17 00:00:00 2001 From: "gottox@rootkit.lan" Date: Sat, 26 Jan 2008 12:45:49 +0100 Subject: [PATCH] Added workaround for strong and emphatic texts. --- smu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/smu.c b/smu.c index aa08bb6..5385e7f 100644 --- a/smu.c +++ b/smu.c @@ -74,10 +74,12 @@ struct Tag underline[] = { struct Tag surround[] = { { "``", 0, "", "" }, { "`", 0, "", "" }, + { "___", 1, "", "" }, + { "***", 1, "", "" }, { "__", 1, "", "" }, { "**", 1, "", "" }, - { "*", 1, "", "" }, { "_", 1, "", "" }, + { "*", 1, "", "" }, }; char * replace[][2] = { { "\\\\", "\\" },