Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.32 KB

Realms

This repository maintains the Realms Omnibus, and is primarily used by the Omnibus Editorial Committee. If you happen to prefer git pull requests over the proposal system on the Realms website, Pi is willing to convert pull requests from here into proposals on RealmsNet. Please do not assume your pull requests will be merged if you aren't on the OEC; they will most likely be closed.

Guides

This version of the Omnibus is written in Markdown. Please read the Markdown tutorial to learn how to use Markdown. If you already know Markdown, please read the tutorial so that the code is consistent.

To convert from Markdown to HTML, we use Pandoc. Pandoc's website has installation instructions. Please use version 2.6, which is the most recent version, so that you have the same version as everyone else. Once installed, you can compile a new version of the Omnibus with the command:

pandoc -o Omnibus.html -s -H pandoc.css Omnibus.md

This project is maintained with git on GitHub. There are many GitHub tutorials available. Please read one of those, and then go over our editing procedures document.