Repository used for github markdown testing. It does not cover basic github documentation.
For basic testing, I use the Firefox extension Github Markdown Viewer.
Unfortunately, it doesn't exactly match github's markdown,
but this repository is only on github.com
, and anyway, github's the final arbiter of github markdown coding.
By comparing the raw markdown here with the formatted markdown, you can see how github markdown works (or doesn't) in special situations.
I'm editing this file using github's editor. It doesn't check speelling.
#include <github.com/franke-hub/Test/edit/trunk/README.md> Sample include file coding, escaping the '#'.
#include <github.com/franke-hub/Test/edit/trunk/README.md> Sample include file coding.
# include <github.com/franke-hub/Test/edit/trunk/README.md> You don't normally have to use "\#", but if (like this example) there was a space after the "#" you would.
Aside: the Firefox extension discards all text between a '<' and the '>' character. If you use < and > it's happy, but (as you can see) github markdown isn't.
- section1 The section links use automatically generated names.
- section2
- section3
- Allocator.get Link defined using
<a id="get">...</a>
- BlockAllocator.get Link defined using
<a id="b_get">...</a>