John Gabriele
2013-10-25 04:04:59 UTC
Hi all,
This isn't a question, or a request.
I just stumbled upon an article about [github's markdown](
https://help.github.com/articles/github-flavored-markdown). They appear to
have some markup for "checkbox lists" (which they call "task lists"). It
goes like:
~~~
colors:
- [ ] red
- [x] green
- [ ] blue
- [x] pink
~~~
(Looks like the rendered html gives you clickable boxes ... not sure why
you'd want that in most docs.)
If I were to do that in Pandoc markdown, it would probably be using Unicode
characters, like so:
~~~
colors:
| â red
| â green
| â blue
| â pink
~~~
(Looks good in source, and pretty good as html as well. Also, I only type
each Unicode char once, and then copy/paste thereafter.)
That said, it would be neat if Pandoc would recognize those Unicode
checkbox characters as list markers, so you could write:
~~~
colors:
â red
â green
â blue
â pink
~~~
(replacing each pipe character with a space, such that the 4-space rule is
honored).
Seems like there's a handful of really neat unicode markup possibilities
out there which, while breaking compat with other markdowns, would OTOH be
pretty rad. :)
-- John
This isn't a question, or a request.
I just stumbled upon an article about [github's markdown](
https://help.github.com/articles/github-flavored-markdown). They appear to
have some markup for "checkbox lists" (which they call "task lists"). It
goes like:
~~~
colors:
- [ ] red
- [x] green
- [ ] blue
- [x] pink
~~~
(Looks like the rendered html gives you clickable boxes ... not sure why
you'd want that in most docs.)
If I were to do that in Pandoc markdown, it would probably be using Unicode
characters, like so:
~~~
colors:
| â red
| â green
| â blue
| â pink
~~~
(Looks good in source, and pretty good as html as well. Also, I only type
each Unicode char once, and then copy/paste thereafter.)
That said, it would be neat if Pandoc would recognize those Unicode
checkbox characters as list markers, so you could write:
~~~
colors:
â red
â green
â blue
â pink
~~~
(replacing each pipe character with a space, such that the 4-space rule is
honored).
Seems like there's a handful of really neat unicode markup possibilities
out there which, while breaking compat with other markdowns, would OTOH be
pretty rad. :)
-- John
--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAO9PwMVAy4bR6Z2wnOsf_sRornXWzRJ7s0bj9UKG1x4vqq8vBg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAO9PwMVAy4bR6Z2wnOsf_sRornXWzRJ7s0bj9UKG1x4vqq8vBg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.