aos
February 13, 2024, 8:54am
1
I consider moving my lab notes and reminders from Obsidian to Quarto. In Obsidian, when I create a checkbox like this - [ ] text
, the bullet point is automatically removed when the document is rendered, such that only the checkbox is shown. Shouldn't this also be the case in Quarto? Or should I use a different syntax for checkboxes in Quarto?
I open Quarto from within RStudio, using a default Quarto document. What's somewhat confusing is that in the example in this bug report , checkboxes are actually shown without the bullet points.
aos
February 15, 2024, 3:02pm
2
A clue to what's going on is in this bug report .
I managed to reproduce your problem once and now cannot do so. I "think" you must be sure to have something' even a space between the when it is created. It does not seem to be essential after that!
cderv
March 5, 2024, 2:12pm
4
I have completed the answer there:
opened 02:57PM - 15 Feb 24 UTC
closed 03:09PM - 15 Feb 24 UTC
support
### Bug description
- Check boxes get a bullet if they are in the same list a… s bullet points without a check box, whereas they do not get a bullet if they are in a list with only checkboxes.
- In RStudio's visual editor, bullets are always shown with check boxes.
- Also, lists do not seem to get separated if one or multiple empty lines separate them (possibly, the empty lines indicate that it must be a wide list).
### Steps to reproduce
````quarto
---
title: "Check boxes"
format: html
---
List A
- [ ] Check box
- No check box
- [ ] Check box
- [ ] Another check box
List C
- [ ] Check box
- [ ] Another check box
````
### Expected behavior
- Check boxes should not get a bullet.
- Visual editor shouldn't show bullets if these aren't shown in the rendered document.
### Actual behavior
- Check boxes get a bullet if they are in the same list as bullet points without a check box.
- Visual editor shows bullets even if these aren't shown in the rendered document.
### Your environment
- IDE: 2023.12.1 Build 402
- OS: macOS 14.3.1 (23D60)
### Quarto check output
Quarto 1.4.549
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.1.11: OK
Dart Sass version 1.69.5: OK
Deno version 1.37.2: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.4.549
Path: /Applications/quarto/bin
[✓] Checking tools....................OK
TinyTeX: (external install)
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /Users/.../Library/TinyTeX/bin/universal-darwin
Version: 2021
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.11.5 (Conda)
Path: /opt/homebrew/Caskroom/miniconda/base/bin/python
Jupyter: (None)
Jupyter is not available in this Python installation.
Install with conda install jupyter
[✓] Checking R installation...........OK
Version: 4.3.2
Path: /Library/Frameworks/R.framework/Resources
LibPaths:
- /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library
knitr: 1.43
rmarkdown: 2.23
[✓] Checking Knitr engine render......OK
This is about how Pandoc create task-list
https://pandoc.org/MANUAL.html#extension-task_lists
1 Like
system
Closed
March 12, 2024, 2:12pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.