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.