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 bcdd6a1 commit 21ffd80Copy full SHA for 21ffd80
meta/scrape_tags.py
@@ -44,7 +44,7 @@ def htmlElementReplace(lookup: str, presentation: Optional[str] = None) -> str:
44
Replace text in an HTML reference
45
"""
46
if presentation is None:
47
- presentation = f"`<{lookup.lower()}>`"
+ presentation = f"<{lookup.lower()}>"
48
49
url = f"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/{lookup}"
50
0 commit comments