Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot get bulleted lists to work in the help & instructions section of our request types

Ryan Rosenthal July 17, 2024

I have been trying to get bulleted lists to work in our request type help & instructions sections but they never work. 

 

I am looking for this:

  • One
  • Two
    • Two A

I use this code:

* One * Two **Two A

 

But it come out as this:

  • One * Two **Two A

 

I've tried adding line breaks and so many other options. Anyone run into this before?

1 answer

0 votes
Jim Knepley - ReleaseTEAM
Atlassian Partner
July 17, 2024

(apologies, my initial answer was for the wrong rendering engine)

I think you need to separate bullet items with a newline:

* one
* two
** two A

 

ref: https://danosproject.atlassian.net/secure/WikiRendererHelpAction.jspa?section=lists

Ryan Rosenthal July 17, 2024

Thank you, Jim. I tried that and get the same results. 

Suggest an answer

Log in or Sign up to answer