To change the color of specific text in your articles using Markdown, follow the steps outlined below:

Solution

  1. Go to the desired article in the Knowledge base portal (Markdown editor).
  2. Paste the below code in the desired location where you want the text to appear in the article.
<span style="color:red">
Text content
</span>
  1. Replace the Text content with your desired text.
  2. Replace the color with your desired color.
Note

The above sample code mentions the color as 'red.'

Outcome

Text content

 

Note

If you wish to change the color of specific text in your articles in the WYSIWYG editor, use the 'Text color' option in the toolbar.