Skip to main content
Solved

Asterisks in KB articles

  • April 30, 2024
  • 4 replies
  • 53 views

Forum|alt.badge.img+2

I am attempting to publish a KB article instructing users to dial *97 to access their voicemail.  Putting asterisks in the body of the article are causing formatting issues.  Is there an easy solution to have the article show a “*” instead of affecting formatting?

Best answer by spsalexs

What type of formatting issues are there? I tried to replicate what I thought would be a possible problem of using bold characters and then the asterisk but was unsuccessful. At it’s core, I believe the KB system uses markdown for formatting so you should be able to escape characters with the “\” character.  Maybe this article could help? https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

4 replies

spsalexs
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 31 replies
  • Answer
  • April 30, 2024

What type of formatting issues are there? I tried to replicate what I thought would be a possible problem of using bold characters and then the asterisk but was unsuccessful. At it’s core, I believe the KB system uses markdown for formatting so you should be able to escape characters with the “\” character.  Maybe this article could help? https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax


ADeLacy
Participant
Forum|alt.badge.img+10
  • Participant
  • 96 replies
  • April 30, 2024

@ajgreenawalt Random question but does this happen with different types of Asterisks  ( see below )?

 

https://www.keynotesupport.com/internet/special-characters-asterisks.shtml

 

Trying to replicate how this is happening, and potential fixes. 


Forum|alt.badge.img+2
  • Author
  • Contributor
  • 24 replies
  • May 1, 2024

What type of formatting issues are there? I tried to replicate what I thought would be a possible problem of using bold characters and then the asterisk but was unsuccessful. At it’s core, I believe the KB system uses markdown for formatting so you should be able to escape characters with the “\” character.  Maybe this article could help? https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

 

Because I reference feature codes starting with an asterisk multiple times in the article, it was placing everything between them in italics.  Typing the feature code as "\*97” publishes as “*97”.

Thanks!


Kathryn Carter
Forum|alt.badge.img+18
  • Community Manager
  • 11027 replies
  • May 1, 2024

@ajgreenawalt I am so glad you were able to figure it out!

Thank you @spsalexs and @ADeLacy for the help on this one.