File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Formatting rules
2
+
3
+ 1 . The format of this document is [ Markdown] ( http://daringfireball.net/projects/markdown/ )
4
+ 2 . Everything in the actual specification document must be ASCII only.
5
+ 3 . The markdown specification used seems to be * plain markdown* with tables and
6
+ code blocks (three backticks).
7
+ 4 . Style
8
+ * Use spaces to indent, not tabs.
9
+ * Use of prefixed ` ## ` is preferred for headers over underlined ` === `
10
+ * Use of * inline* links ` [example](http://example.org) ` is preferred over
11
+ * reference* links ` [example][xmpl] ` unless used multiple times. This is to
12
+ allow for easier splitting and reorganization.
13
+ * Do not embed external images not hosted on php.net.
14
+ * Try to stick to 80 chars wide, if possible. This is not as strict as
15
+ in code, but still easier to read most of the times. This does only apply
16
+ to text, not to code examples or tables.
You can’t perform that action at this time.
0 commit comments