As the markdown documentation states, it is fine to use HTML if you need a feature that is not part of Markdown.
HTML5 supports
<mark>Marked text</mark>
Else you can use span as suggested by Rad Lexus
<span style="background-color: #FFFF00">Marked text</span>
Related Posts:
- Tab space in Markdown
- Comments in Markdown
- Comments in Markdown
- What does “while True” mean in Python?
- What’s the meaning of “=>” (an arrow formed from equals & greater than) in JavaScript?
- How do you comment out code in PowerShell?
- How do I break a string in YAML over multiple lines?
- What is the difference between {} and [] in python?
- What does ‘&’ do in a C++ declaration?
- In JavaScript is != same as !==
- syntaxerror: “unexpected character after line continuation character in python” math
- How do you express binary literals in Python?
- What Does This Mean in PHP -> or =>
- Can someone explain __all__ in Python?
- How to exit a loop in Python?
- How can I do a line break (line continuation) in Python?
- How do I pass multiple parameters into a function in PowerShell?
- What does the /= operator mean in Python?
- What is the difference between syntax and semantics in programming languages?
- What do << or >>> in java mean?
- What is the Java ?: operator called and what does it do?
- What do >> and << mean in Python?
- Is there a difference between `continue` and `pass` in a for loop in python?
- How do I convert a float number to a whole number in JavaScript?
- hat does “static” mean in C?
- What does `<>` mean in Python?
- Ternary operator (?:) in Bash
- What does the “at” (@) symbol do in Python?
- What is :: (double colon) in Python when subscripting sequences?
- Is there a difference between x++ and ++x in java?
- What does the “@” symbol do in PowerShell?
- What’s the u prefix in a Python string?
- Static Semantics meaning?
- What does the `and` keyword mean in OCaml?
- Python def function: How do you specify the end of the function?
- Cross-reference (named anchor) in markdown
- No Multiline Lambda in Python: Why not?
- What does @@variable mean in Ruby?
- How do you format an unsigned long long int using printf?
- What are those pipe symbols for in Ruby?
- Prolog “or” operator, query
- What does “:=” mean in Pseudocode? [closed]
- code block inside table row in Markdown
- Arrow operator (->) usage in C
- Changing image size in Markdown
- Changing image size in Markdown
- Get underlined text with Markdown
- How to concatenate string variables in Bash
- How to indent a few lines in Markdown markup?
- `from … import` vs `import .` [duplicate]
- All possible array initialization syntaxes
- PHP “or” Syntax
- How to make “if not true condition”?
- What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
- How to link to a named anchor in Multimarkdown?
- -bash: syntax error near unexpected token `newline’
- How do I iterate over a range of numbers defined by variables in Bash?
- pagebreak in markdown while creating pdf
- Markdown: continue numbered list
- -bash: syntax error near unexpected token `newline’ for display command
- Markdown `native` text alignment
- How to center text with Markdown?
- What is the purpose of “&&” in a shell command?
- How can I fix MySQL error #1064?
- How to markdown nested list items in Bitbucket?
- Else clause on Python while statement
- PowerShell string interpolation syntax
- Escaping Discord subset of markdown
- Superscript in markdown (Github flavored)?
- How do I display local image in markdown?
- Shell script “for” loop syntax
- How to apply color in Markdown?
- How do you pass a function as a parameter in C?
- How to normalize a 2-dimensional numpy array in python less verbose?
- Markdown vs markup – are they related?
- SyntaxError invalid token
- How to escape single quotes within single quoted strings
- What is the difference between ‘/’ and ‘//’ when used for division?
- How to use markdown in telegram? I want to send message with hyperlink
- What does ‘=' mean in PHP?
- Error “‘type’ object has no attribute ‘__getitem__'” when iterating over list[“a”,”b”,”c”]
- How to fix syntax error, unexpected T_IF error in php?
- Best way to “negate” an instanceof
- Tables in Markdown (in Jupyter)
- Inline for loop
- bash: syntax error near unexpected token `(‘ – Python
- Meaning of *& and **& in C++
- Woocommerce get cart total price in a number format [closed]
- Migrating Markdown (from Drupal)
- Enable / Add Custom Keyboard Shortcuts To Work With WordPress’ HTML Editor
- Numbering sections and block-level elements in wpautop(); WordPress as CMS for long-form writing;
- Markdown in WordPress 3.2?
- Store post in raw markdown format, no html?
- What’s the easiest way to periodically (automatically) read static Markdown content into a WP page?
- Publishing Markdown posts from bitbucket to WordPress
- Generate pages from markdown files in github automatically
- WordPress editor removes all the linefeed characters with WP-Markdown and Syntax Highlighter evolved
- WordPress 4.1 support Markdown syntax or I’ve to install a Plugin?
- Block editor not recognizing markdown
- Where does Jetpack store markdown?