sysbender / repo-using-markdown-autodocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Repo for markdown-autodocs

This repo demonstrates how markdown-autodocs works. View the raw README.md file to see the comments needed for markdown-autodocs to, well, do it's auto documentation.

my code

console.log('Hello World!');
console.log('new line');

Example: nice looking table to compare code changes

Before After
console.log('Hello World!');
console.log('new line');
print('hello world!')
print('new line')

Code block

alert('This code is automatically added to .md')
alert('awesome!')

JSON to HTML table

OrganizationProjectWebsiteLicense
Googlehttps://github.com/kubernetes/kuberneteshttps://kubernetes.io/Apache-2.0 License
Facebookhttps://github.com/facebook/reacthttps://reactjs.org/MIT License
Elasticsearchhttps://github.com/elastic/elasticsearchhttps://www.elastic.co/Elastic License 2.0
Redhathttps://github.com/openshift/originhttp://www.openshift.org/Apache-2.0 License
HashiCorphttps://www.terraform.io/https://github.com/hashicorp/terraformMPL-2.0 License

Github Workflow Artifacts table

ArtifactWorkflow
Dummy-file-1generate-artifacts
Dummy-file-2generate-artifacts
Dummy-file-3generate-artifacts
Dummy-file-4generate-artifacts
Dummy-file-5generate-artifacts
Code Comment
{% highlight cpp %}int x = 3;{% endhighlight %} {% highlight javascript %} {% include_relative hello.js %} {% endhighlight %}
</td>

About

License:MIT License


Languages

Language:JavaScript 81.5%Language:Python 18.5%