summaryrefslogtreecommitdiff
path: root/smu.c
diff options
context:
space:
mode:
Diffstat (limited to 'smu.c')
-rw-r--r--smu.c4
1 files changed, 3 insertions, 1 deletions
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, "<code>", "</code>" },
{ "`", 0, "<code>", "</code>" },
+ { "___", 1, "<strong><em>", "</em></strong>" },
+ { "***", 1, "<strong><em>", "</em></strong>" },
{ "__", 1, "<strong>", "</strong>" },
{ "**", 1, "<strong>", "</strong>" },
- { "*", 1, "<em>", "</em>" },
{ "_", 1, "<em>", "</em>" },
+ { "*", 1, "<em>", "</em>" },
};
char * replace[][2] = {
{ "\\\\", "\\" },