I'm finding that can't get markdown (or even formatting using the toolbar) to work as expected.
I most often see this when writing a PR description and the problems are usually centered around code blocks and unordered lists:
For example here is what wrote in a recent PR description:
Here is what I get after I click Update Pull Request:
And this is a mild example, quit often all the bullet items have been concatenated on the same line and the code blocks look like long inline blocks instead of a solid block.
I am having a Markdown issue too, specifically with unordered lists with sublists.
* Create a user
* Go to http://localhost:3000 and grant your user the permissions:
* can manage X
* can manage Y
* can manage Z
* Applications
* hello: this is hello world.
* world: This comes after hello.
* Some other stuff
Thank you for contacting Atlassian Support, my name is Norbert and I'm a Bitbucket Cloud Support Engineer, it's nice to meet with you.
I would like to inform you that I haven't been able to reproduce the same behavior what you experience. When I created a similar PR description all the formatting was shown correctly. Please see the picture:
Can you let me know about the following, please?
Please let me know, it'll help me in the further troubleshooting.
Have a good day!
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Norbert,
To answer your questions:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since I couldn't create the PR in an Incognito tab, I went ahead and did it in a regular tab and then viewed the saved PR in an incognito tab.
Here is what the PR description looked like before I clicked Create Pull Request
And Here is what it looks like after click Create Pull Request (and it looks the same with in Chrome and Firefox in either regular mode or incognito.
You can view the PR at:
https://bitbucket.org/matt_schuckmann/public-test/pull-requests/3/add-readmemd
And here is a gist of the exact markdown that I pasted into the PR description:
https://gist.github.com/mschuckmann/e3d90a4fed6c46b01173b9db8eef481c
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your detailed explanation. I would like to inform you that unfortunately this is a bug on our system. Markdown fails to render proplerly if there are multiple lines within the code block.
We have a bug ticket for this as you can see on the link below:
BCLOUD-20503 - Markdown failed to render properly if there are multiple lines within the code block
Our development team will give a first-hand update on that ticket if there's any progress made so I would suggest keeping a watch and vote for it.
You can find our bug fixing policy on the following site: Atlassian Cloud Bug Fix Policy
Please let us know if you have any further question?
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Norbert,
Thank you for the link to the bug report. I can't believe that's a low priority bug that has existed for over a year. A fenced code block is an incredibly common thing to put in markdown when documenting code. I would think you're customers would be screaming at you to fix it. This is also something that pretty much every Markdown render I've ever used handles just fine.
Is there really no work around?
What's it gonna take to up the priority of this issue and get it fixed?
Regards,
Matt S.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matt Schuckmann ,
Currently the only workaround is to split the code block into multiple part rather than one code block
I've reached out to our engineering team and I'm going to update you once I get back any info from them.
Thank you for your patience.
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes @Norbert C please keep me advised on the progress towards a fix, the workaround is untenable (just imagine trying to add a 10, 20, 30, etc line code block) it gets ridiculous pretty fast.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your patience. I spoke with our Engineering Team, but unfortunately they weren't able to provide me an ETA for this fix.
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's been over a year since these comments, and the underlying bug (which is somehow classified as minor?!?!) has been open for 3 YEARS.
This is NOT MINOR. This is fundamental, basic, necessary functionality for a code review system.
Is Atlassian ever going to fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having a Markdown issue too, specifically with unordered lists with sublists.
* Create a user
* Go to http://localhost:3000 and grant your user the permissions:
* can manage X
* can manage Y
* can manage Z
* Applications
* hello: this is hello world.
* world: This comes after hello.
* Some other stuff
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.