File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,17 @@ These are block styles, and must be separated from surrounding text by
33
33
empty lines:
34
34
35
35
= Large Header =
36
+
36
37
== Smaller Header ==
38
+
39
+ Also a Large Header
40
+ ===================
41
+
42
+ Also a Smaller Header
43
+ ---------------------
44
+
37
45
> Quoted Text
46
+
38
47
Use "- " or "* " for bulleted lists, and "# " for numbered lists.
39
48
Use ``` or indent two spaces for code.
40
49
Use %%% for a literal block.
@@ -63,7 +72,13 @@ Make **headers** like this:
63
72
64
73
===== Very Small Header =====
65
74
66
- You can optionally omit the trailing "=" signs -- that is, these are the same:
75
+ Alternate Large Header
76
+ ======================
77
+
78
+ Alternate Smaller Header
79
+ ------------------------
80
+
81
+ You can optionally omit the trailing `=` signs -- that is, these are the same:
67
82
68
83
== Smaller Header ==
69
84
You can’t perform that action at this time.
0 commit comments