@@ -15,7 +15,7 @@ func Fprint(w io.Writer, a ...interface{}) (n int, err error) {
15
15
</code></pre>
16
16
<p>When <code>x = 3</code>, that means <code>x + 2 = 5</code></p>
17
17
<p>The <code><img></code> tag is used to embed an image.</p>
18
- <p>The <code><img/></code> tag is used to embed an image.</p>
18
+ <p>The `` tag is used to embed an image.</p>
19
19
<p>Two variables <code>A</code> <code>B</code></p>
20
20
<p>CSS: <code>body { color: yellow; font-size: 16px; }</code></p>
21
21
<p>CSS: <code>body { color: yellow; font-size: 16px; }</code></p>
@@ -32,21 +32,19 @@ totally ~~~~~~ normal
32
32
<pre><code>
33
33
The <img> tag is used to embed an image.
34
34
35
- The <img/> tag is used to embed an image.
35
+ The tag is used to embed an image.
36
36
37
37
</code></pre>
38
38
<pre><code>
39
- <ul>
40
- <li data-converter-list-prefix="- "> One</li>
41
- <li data-converter-list-prefix="- "> Two</li>
42
- <li data-converter-list-prefix="- "> Three</li>
43
- </ul>
39
+
40
+ One
41
+ Two
42
+ Three
43
+
44
44
45
45
</code></pre>
46
46
<pre><code>
47
- <a href="#Blabla" data-index="1">
48
- <img src="http://bla.bla/img/img.svg" style="height:auto" width="200px"/>
49
- </a>
47
+
50
48
51
49
</code></pre>
52
50
<p>We can do this like so:</p>
@@ -98,8 +96,8 @@ input field so the user can, for example, copy or delete the text.</p>
98
96
<hr>
99
97
<pre><code>
100
98
This is the content:
101
- <code> _code_</code>
102
- <pre> _pre_</pre>
99
+ _code_
100
+ _pre_
103
101
Cool!
104
102
105
103
</code></pre>
0 commit comments