-
Notifications
You must be signed in to change notification settings - Fork 330
Home
Marti Martz edited this page Aug 15, 2014
·
50 revisions
Welcome to the OpenUserJS.org wiki!
- Please do use absolute urls for GitHub references and don't use wiki urls or relative urls e.g.
[githubFavicon]: https://assets-cdn.github.com/favicon.ico
[oujsFavicon]: https://raw.githubusercontent.com/wiki/OpenUserJS/OpenUserJS.org/images/favicon16.png
[![][oujsFavicon]](/about/someDocument) [some name ![on GitHub][githubFavicon]](https://github.com/OpenUserJs/OpenUserJS.org/wiki/someDocument)
... so it looks like this... some name
... with the hopeful intention of this...
some name
... instead of...
[[some name | someDocument]]
The above could be subject to change... figuring out how to manage this on multiple sites still since GitHub via Gollum does a ton of rewrites that affects normal operations of markdown.
- Always use h2 through h6 and never use h1.
- First line should always be a h2 with the document title and should be the only h2. e.g.
## Some Title
- Images should always go in the images subfolder and never attached.
- All .md files should be in the first tier and never in a subfolder.
- Link and Image references should be camel-cased
- .md Links should not include the
.md