You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling Fontawesome for icons (:icons: font), checklists do not contain any checkboxes:
Checkboxes are shown without Fontawesome - but not scaled with the font (see #451):
Workarounds that I use:
Workaround 1: Replace icon class icon-check with far fa-check-square and icon-check-empty with far fa-square in docinfo-footer-revealjs.html:
Workaround 2: Remove bullets and improve spacing in custom CSS (does not look nice for mixed lists, but I do not use those):
Possible fixes:
Show checkbox icons: Replace icon class icon-check with far fa-check-square and icon-check-empty with far fa-square in templates/ulist.html.slim and lib/asciidoctor-revealjs/converter.rb.
@thomas-ferchau sorry for the late reply but yes you can submit a pull request. As you've mentioned checklists currently do not look great and we should improve it.
When enabling Fontawesome for icons (
:icons: font
), checklists do not contain any checkboxes:Checkboxes are shown without Fontawesome - but not scaled with the font (see #451):
Workarounds that I use:
Workaround 1: Replace icon class
icon-check
withfar fa-check-square
andicon-check-empty
withfar fa-square
indocinfo-footer-revealjs.html
:Workaround 2: Remove bullets and improve spacing in custom CSS (does not look nice for mixed lists, but I do not use those):
Possible fixes:
Show checkbox icons: Replace icon class
icon-check
withfar fa-check-square
andicon-check-empty
withfar fa-square
intemplates/ulist.html.slim
andlib/asciidoctor-revealjs/converter.rb
.Remove bullets in check lists and fix spacing: Maybe Add missing list styles #451 would solve that.
The text was updated successfully, but these errors were encountered: