Skip to content

Instantly share code, notes, and snippets.

@clach04
Created July 17, 2011 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clach04/1087666 to your computer and use it in GitHub Desktop.
Save clach04/1087666 to your computer and use it in GitHub Desktop.
markdown bullet demo for md2 issue 67
Demo a few different issues with bullet points
NOTE demo 1 is proabably a markdown "feature". The perl (online dingus)
version has the same behavior, i.e. copy.paste this into
<http://daringfireball.net/projects/markdown/dingus>
## 1 odd spacing (possibly caused by p tag?)
Workarounds:
1. this is bullet one, note spacing between this and bullet 2
2. this is bulet two see spacing above and below, they are different
this is line 2 of bullet two, not sure if this is significant
3. Note there is more spaced between this bullet and the line above
this is the send line of bullet 3 not sure if it is needed or not.
/* ---- and now some indented code ---- */
a = a + 1;
/* ---- cut here ---- */
---------------------------
## This demos one, maybe two issues - renumbered bullets
intro sentence before bullets
1. Number one bullet
2. This is number two bullet, it is multi line and has some non-numbered
bullets. It is possible the bullets below should be indent more but
I do not think so (note they show up at the wrong indentation level
in the output)
- unnumbered bullet 1
- unnumbered bullet 2
Another paragraph for number 2 bullet.
3. This should be the third bullet point, I think it got confused with the
non numbered bullets.
A second paragraph for bullet 3
The end of the text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment