We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7105107 commit 94d2a8cCopy full SHA for 94d2a8c
seleniumbase/console_scripts/sb_print.py
@@ -609,6 +609,7 @@ def main():
609
all_code = all_code.replace("</b>", "**")
610
if "<code>`" not in all_code and "`<code>" not in all_code:
611
if "</code>`" not in all_code and "`</code>" not in all_code:
612
+ all_code = all_code.replace('<code translate="no">', "``")
613
all_code = all_code.replace("<code>", "``")
614
all_code = all_code.replace("</code>", "``")
615
# Display ALL <h> tags as an <h1> because the font size is fixed
0 commit comments