Skip to content

stevemar/code-reference-in-readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

code-reference-in-readme

This is a sample repo meant to show that you can reference code snippets in markdown files that are rendered on GitHub.

import os
import sys
print(os.environ)
print("hello world!")
print(sys.version)

About

A quick sample repo that shows how to reference code in markdown

Resources

License

Stars

Watchers

Forks

Languages