Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.66 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.66 KB

Test

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.

How are "<>" characters handled?

#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 &lt and &gt it's happy, but (as you can see) github markdown isn't.

Creating links to page sections in another file