I generate a new post
rake new_post["Test bullet"]
I then generate a new page
rake new_page["PageTestBullet.md"]
Then I add the following to both markdown files
## Example 1
* vegetables
+ brocolli
+ chard
+ [Test bullet](/pagetestbullet.html)
## Example 2
1. one
2. two
3. three
4. [Test bullet](/pagetestbullet.html)
Then I generate the site
rake generate
and preview it
rake preview
The post display with bullets
The page without bullets
How to make they appear?
Have you compared the CSS for list items on pages and posts to make sure different styles aren't being applied?