1

I tried

IMPORTANT: * [ ] A checkbox

but the text after IMPORTANT: is not rendered as checkbox. Instead it is printed as is.

How can I convince the asciidoc processor (gitlab wiki) to render the text properly and display a checkbox?

jschnasse
  • 8,526
  • 6
  • 32
  • 72

1 Answers1

2

Use the detailed block notation for Admonitions.

[IMPORTANT]
====
* [ ] A Checkbox
====
jschnasse
  • 8,526
  • 6
  • 32
  • 72