I have a question for those more familiar with Jekyll and/or Markdown. The following page is not displaying nested lists properly: http://wicket.apache.org/contribute/release.html (look at the second bullet under "releasing Apache Wicket 1.4.x" - where it says "* you can use JIRA for this....") The "* you can use JIRA for this" should be a nested list. The syntax I'm using tests out fine in http://daringfireball.net/projects/markdown/dingus but it's not working in Jekyll for me.
Note, you can see the Markdown source here: http://svn.apache.org/repos/asf/wicket/common/site/trunk/contribute/release.md Is it that Jeykll isn't using standard Markdown syntax? Everywhere I look for Markdown verifiers, this syntax works, but not in my Jekyll site. I've tried using hyphens rather than asterisks, and that didn't work either. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*
