Looking at the Julia documentation - you can click on “source” and it will take you to a file on github that shows how it is actually written. You can also see that all the documentation/text describing the source is just comment lines split into blocks using """
or ```.
My question is - what tool takes the comments and converts them to the nice documentation pages that we see? Is it some built-in feature of github?