You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have some markdown files with nested folders.
And each readme file has a link to section in other Readme file.
+ Readme.md // this has link to ReadmeA and ReadmeB sections
+ FolderA
+ ReadmeA.md // this has link to Readme and ReadmeB sections
+ FolderB
+ ReadmeB.md // this has link to Readme and ReadmeA sections
+ images // contains some images used in readme files
Is there any conversion tool with Bitbucket, that can convert above set of nested Readme set from markdown format to Html distributable format, alongwith images? (without having to convert them one by one)?
Bitbucket markdown also has some specific syntax for supporting in-document links (e.g. #markdown-header-link).
Hoping there is a tool, that supports Html conversion of such Bitbucket MD files
Thanks in advance.
if your markdown doesn't contain images , it will pass through any md to html converter .
in the other case, it will be a struggle .
Hi Hiren, Bitbucket doesn't have any tool but you can find some other third party converters just with a quick search in Google. Note that those are not developed by Atlassian so we can not recommend them or guarantee they'll work properly.
Alternatively, you can convert them manually following our Markdown demo.
Hope that helps!
Ana
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.