0

I am using markdown to write a simple README.md for a github repo. In this document I have to create a list of items, and I was wondering if you can customize the icons used for the bullets of the list. For example, I would want to use a "-" as the icon instead of a "*". I would also be interested in knowing whether I can use a custom icon such as a fontawesome icon or something of the sort.

MUAS
  • 519
  • 1
  • 7
  • 20

2 Answers2

2

In Markdown, it's impossible to do it out-of-the-box. You have to use a custom CSS. Check this StackOverflow answer for more details.

Bandantonio
  • 816
  • 1
  • 7
  • 19
0

Would this be throughout the document? If so you might be able to use CSS against the <li> element.

Martin Packer
  • 648
  • 4
  • 12