Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rmarkdown to markdown - checkboxes #5

Open
MirzaCengic opened this issue Apr 13, 2018 · 1 comment
Open

rmarkdown to markdown - checkboxes #5

MirzaCengic opened this issue Apr 13, 2018 · 1 comment

Comments

@MirzaCengic
Copy link

Hey Bob,

I have a quick question related to the README of this package.

I see that you are using Rmd file that compiles to github md file. Pandoc doesn't necessarily translates everything in rmd to md, and one of those things are the checkboxes - [ ], and my understanding is that they don't really work with this approach (see here and here .

How did you manage to get the checkboxes to work? Some special pandoc workaround?
Sorry for opening an issue for this and spamming you with notifications, but this would be useful to know since I need to use workarounds which are not straightforward as writing a checkbox in markdown.

Cheers and thanks in advance!

@hrbrmstr
Copy link
Owner

Thx for taking a look at the repo! And, never hesitate to interact!

They boxes won't show up at all in "preview" mode locally (i.e. in an RStudio viewer pane).

At some point (a while back) I noted that:

- [ ] Better docs

which is (DASH-SPACE-[-SPACE-]-SPACE) <- I spelled it out b/c I also remember it taking me a bit (a while back) to get that right

worked fine with rmarkdown::github_document output. pandoc didn't mess it up (which is what may have caused earlier incompatibility).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants