This is a repo of markdown notes, that can be directly viewed on GitHub by simply clicking on them.
They are collected from informal discussions among members of the PNR team,
and come with absolutely no warranty. USE AT YOUR OWN DISCRETION.
The official twiki page for the PNR team is
here (CMS credentials required to view).
You only need to know basic markdown and git to be able to properly contribute to this repo.
Fork this repo to your GitHub account, make edits as you see fit, and make a Pull Request (PR) for your edits to be merged.
You can compose your notes in lightweight markdown, and later convert it to html using pandoc:
pandoc -f markdown-auto_identifiers -t html -o output.html input.md
Then just directly paste the html text to the twiki page in the raw edit view. Twiki is fully compatible with html.