tpolecat / tut

doc/tutorial generator for scala
MIT License
581 stars 63 forks source link

Scaladoc linking #66

Open jamescway opened 9 years ago

jamescway commented 9 years ago

Is it possible to create links to reference Scala Library classes using the square-bracket syntax (e.g. [[scala.Option]] ) in tut? We're moving some of our scaladoc examples over to md and are seeing many embedded links in the docs.

tpolecat commented 9 years ago

tut does not look at the markdown source at all, so there is currently no way to do it. It's possible that tut 0.5 will do this sort of thing (there are some other feature requests that involve looking outside sheds).