1cf7ba0d1876,
It seems my Bitbucket has no footer
Ah, that is a good clue actually. I think you're using Bitbucket Cloud (i.e. https://bitbucket.org) rather than the self-hosted Bitbucket Server.
I pasted your code locally into a Bitbucket Server instance and couldn't reproduce this, but I could reproduce it on Bitbucket Cloud.
After editing the markdown file to add an additional line break above the list items, I can see it renders correctly:
The code for which is:
TODO
* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions
Note that this is correct for Markdown, which is what Bitbucket Cloud uses, however in the CommonMark spec, it is noted that they explicitly opted to allow for this.
In CommonMark, a list can interrupt a paragraph. That is, no blank line is needed to separate a paragraph from a following list
[...]
Markdown.pl does not allow this, through fear of triggering a list via a numeral in a hard-wrapped line
I've created a bug in the Bitbucket Cloud project to track this: BCLOUD-21100, you can follow that to get updates on its progress.
Regards,
John van der Loo
Developer, Bitbucket Server
1cf7ba0d1876,
Ah, that is a good clue actually. I think you're using Bitbucket Cloud (i.e. https://bitbucket.org) rather than the self-hosted Bitbucket Server.
I pasted your code locally into a Bitbucket Server instance and couldn't reproduce this, but I could reproduce it on Bitbucket Cloud.
After editing the markdown file to add an additional line break above the list items, I can see it renders correctly:
The code for which is:
Note that this is correct for Markdown, which is what Bitbucket Cloud uses, however in the CommonMark spec, it is noted that they explicitly opted to allow for this.
I've created a bug in the Bitbucket Cloud project to track this: BCLOUD-21100, you can follow that to get updates on its progress.
Regards,
John van der Loo
Developer, Bitbucket Server