Given the Readme.MD file, i'd like to break it down by sections into multiple .MD files.
To mu knowledge Attlassian Stash does not support the split. Is there a plugin you've tried and liked?
Given the Readme.MD file, i'd like to break it down by sections into multiple .MD files.
To mu knowledge Attlassian Stash does not support the split. Is there a plugin you've tried and liked?
If the files are in the same directory (say Extra.md
) then you can use the markdown:
[Extra information](Extra.md)
Stash renders the markdown in the "source" view, so you should get the same effect.
This plugin may do what you need
https://marketplace.atlassian.com/plugins/com.pirateninjaunicorn.stash.readme-parser
We have a private stash repository and it already seems to be installed as I was able to do something like...
[docs/README_docs.md](Docs)
And link to a markdown file README_docs.md in ./docs
As of March 2017 I am able to link to other files in the repository using
[Test Doc](docs/Readme_test.md)
Hope this helps someone.