diff --git a/rl_string_helper/rl_string_helper/string_helper.py b/rl_string_helper/rl_string_helper/string_helper.py index 1882a57..38c5d15 100644 --- a/rl_string_helper/rl_string_helper/string_helper.py +++ b/rl_string_helper/rl_string_helper/string_helper.py @@ -511,7 +511,7 @@ def parse_markups(markups: list): elif markup["type"] == "EM": template = "{{text}}" elif markup["type"] == "CODE": - template = "{{text}}" + template = "{{text}}" else: logger.error(f"Unknown markup type: {markup}") continue diff --git a/server/templates/post.html b/server/templates/post.html index d3d7fc4..6413bbe 100644 --- a/server/templates/post.html +++ b/server/templates/post.html @@ -74,9 +74,6 @@ letter-spacing: -0.06px; font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif; } -code { - background-color: #e3e2e2; -} pre { font-size: 75%; background-color: #e3e2e2;