");
style_stack[style_index++] = REVERSE;
} else if (!strcmp(word[1], "pre")
|| !strcmp(word[1], "preformatted")) {
write_text("");
style_stack[style_index++] = PRE;
} else if (!strcmp(word[1], "normal")) {
style_index--;
for (; style_index > -1; style_index--) {
switch (style_stack[style_index]) {
case BOLD:
write_text("
");
break;
case NOTE:
write_text("