Skip to content

Instantly share code, notes, and snippets.

@steenhulthin
Created June 6, 2014 13:06
Show Gist options
  • Save steenhulthin/2711fab9db019925fbd9 to your computer and use it in GitHub Desktop.
Save steenhulthin/2711fab9db019925fbd9 to your computer and use it in GitHub Desktop.
Showing Github ReStructuredText rendering capabilities.

rst test

def my_function():
    "just a test"
    print 8/2
private readonly IPresentationProvider _presentationProvider;

public ErrorReport2File(IPresentationProvider presentationProvider)
{
    log.Debug(string.Format("Started {0}", MethodBase.GetCurrentMethod()));

    _presentationProvider = presentationProvider;

    log.Debug(string.Format("Finished {0}", MethodBase.GetCurrentMethod()));
}
@echo nothing to see here.

rem this is a comment
cd d:\somewhere\over\the\rainbow /D
set var=forty-two
echo %var%
@echo nothing to see here.

rem this is a comment
cd d:\somewhere\over\the\rainbow /D
set var=forty-two
echo %var%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment