@@ -11,6 +11,8 @@ Certification(s) w/ an external link:
11
11
Cercification(s) w/o an external link:
12
12
![ License] ( https://camo.githubusercontent.com/890acbdcb87868b382af9a4b1fac507b9659d9bf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667 )
13
13
14
+ <hr >
15
+
14
16
# This is the largest title heading (h1).
15
17
## This is a smaller title heading (h2).
16
18
### This is a smaller-er title heading (h3).
@@ -26,10 +28,14 @@ This is what normal text looks like.
26
28
27
29
> This is how to make a block comment or prospective user question.
28
30
31
+ <hr >
32
+
29
33
This is how to make a [ link] ( http://www.ascii-middle-finger.com/ ) to a specific web page.
30
34
31
35
- [ ] This is how to make a checkbox.
32
36
37
+ <hr >
38
+
33
39
Make numbered lists like this (must have an empty line in between description and list):
34
40
35
41
1 . I am a list item.
@@ -46,6 +52,8 @@ Make numbered lists like this (must have an empty line in between description an
46
52
12. I am a list item.
47
53
13. I am a list item.
48
54
55
+ <hr >
56
+
49
57
Make un-numbered (bulleted) lists like this (must have an empty line in between):
50
58
51
59
* I am a list item.
@@ -58,6 +66,8 @@ Make un-numbered (bulleted) lists like this (must have an empty line in between)
58
66
- I am a sub-list item.
59
67
- I am a sub-list item.
60
68
69
+ <hr >
70
+
61
71
This is how to make a table:
62
72
63
73
| Tables | Are | Cool |
@@ -66,8 +76,24 @@ This is how to make a table:
66
76
| col 2 is | centered | $12 |
67
77
| col 3 is | right-aligned | $1 |
68
78
69
- This is how to display in-line code:
70
- ` for (i = 0, i < 10, i++) `
79
+ <hr >
80
+
81
+ This is how to display in-line code: ` for (i = 0, i < 10, i++) `
82
+
83
+ <hr >
84
+
85
+ This is how to create collapsible sections:
86
+ <details >
87
+ <summary >Click to expand!</summary >
88
+
89
+ ### Example Heading
90
+
91
+ > Example Comment
92
+
93
+ <p >Example Paragraph Text</p >
94
+ </details >
95
+
96
+ <hr >
71
97
72
98
This is how to display blocks of code with a specific style types
73
99
(Ruby, Bash, CSS, HTML, JS, etc...):
@@ -127,6 +153,7 @@ architecture arch_name of entity_name is
127
153
end architecture arch_name;
128
154
```
129
155
156
+ <hr >
130
157
131
158
Here's a full list of supported languages:
132
159
@@ -257,12 +284,12 @@ Here's a full list of supported languages:
257
284
* xslt (` *.xsl ` , ` *.xslt ` )
258
285
* yaml (` *.yaml ` , ` *.yml ` )
259
286
260
- <br >
287
+ <hr >
261
288
262
289
Use two spaces ` " " ` at the end of a line or the HTML line break element ` <br> ` to initialize a line break.
263
290
> Typically it's better to use ` <br> ` since it's actually visable and some text editors/interpreters rid trailing white space.
264
291
265
- <br >
292
+ <hr >
266
293
267
294
### Indent with Markdown
268
295
0 commit comments