4

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?

James Raitsev
  • 92,517
  • 154
  • 335
  • 470
  • 1
    Hi. Stash developer here. I can confirm Stash doesn't support this feature yet (and I haven't seen a plugin). So are you looking for a basic Wiki style functionality? That is to say a way to link between markdown pages? Vaguely related:https://bitbucket.org/atlassianlabs/stash-markdown-viewer-plugin – charleso Nov 22 '13 at 19:49

3 Answers3

2

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.

Nzbuu
  • 5,241
  • 1
  • 29
  • 51
0

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

enter image description here


enter image description here

Carlton
  • 5,533
  • 4
  • 54
  • 73
0

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.

RebelOfBabylon
  • 658
  • 5
  • 12