Removal from the main trial post

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-17 00:24:23 +04:00
parent f200c2a5b7
commit d6d23371a1
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -4,10 +4,6 @@ title: "Example Content"
layout: post layout: post
--- ---
<div class="message">
{{ page.description | smartify | strip_html | normalize_whitespace }}
</div>
Cum sociis natoque penatibus et magnis <a href="#">dis parturient montes</a>, nascetur ridiculus mus. Cum sociis natoque penatibus et magnis <a href="#">dis parturient montes</a>, nascetur ridiculus mus.
*Aenean eu leo quam.* *Aenean eu leo quam.*
Pellentesque ornare sem lacinia quam venenatis vestibulum. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@ -46,16 +42,16 @@ Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
Cum sociis natoque penatibus et magnis dis `code element` montes, nascetur ridiculus mus. Cum sociis natoque penatibus et magnis dis `code element` montes, nascetur ridiculus mus.
{% highlight js %} ```js
// Example can be run directly in your JavaScript console // Example can be run directly in your JavaScript console
// Create a function that takes two arguments and returns the sum of those arguments // Create a function that takes two arguments and returns the sum of those arguments
var adder = new Function("a", "b", "return a + b"); var adder = new Function("a", "b", "return a + b");
// Call the function // Call the function
adder(2, 6); adder(2, 6);
// > 8 // > 8
{% endhighlight %} ```
Aenean lacinia bibendum nulla sed consectetur. Aenean lacinia bibendum nulla sed consectetur.
Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod.
@ -98,14 +94,14 @@ Cras mattis consectetur purus sit amet fermentum.
Sed posuere consectetur est at lobortis. Sed posuere consectetur est at lobortis.
<dl> <dl>
<dt>HyperText Markup Language (HTML)</dt> <dt>HyperText Markup Language (HTML)</dt>
<dd>The language used to describe and define the content of a Web page</dd> <dd>The language used to describe and define the content of a Web page</dd>
<dt>Cascading Style Sheets (CSS)</dt> <dt>Cascading Style Sheets (CSS)</dt>
<dd>Used to describe the appearance of Web content</dd> <dd>Used to describe the appearance of Web content</dd>
<dt>JavaScript (JS)</dt> <dt>JavaScript (JS)</dt>
<dd>The programming language used to build advanced Web sites and applications</dd> <dd>The programming language used to build advanced Web sites and applications</dd>
</dl> </dl>
Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
@ -126,38 +122,38 @@ Aliquam aliquam metus erat, a pulvinar turpis suscipit at.
Aenean lacinia bibendum nulla sed consectetur. Aenean lacinia bibendum nulla sed consectetur.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<table> <table class="table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
<th>Upvotes</th> <th>Upvotes</th>
<th>Downvotes</th> <th>Downvotes</th>
</tr> </tr>
</thead> </thead>
<tfoot> <tfoot>
<tr> <tr>
<td>Totals</td> <td>Totals</td>
<td>21</td> <td>21</td>
<td>23</td> <td>23</td>
</tr> </tr>
</tfoot> </tfoot>
<tbody> <tbody>
<tr> <tr>
<td>Alice</td> <td>Alice</td>
<td>10</td> <td>10</td>
<td>11</td> <td>11</td>
</tr> </tr>
<tr> <tr>
<td>Bob</td> <td>Bob</td>
<td>4</td> <td>4</td>
<td>3</td> <td>3</td>
</tr> </tr>
<tr> <tr>
<td>Charlie</td> <td>Charlie</td>
<td>7</td> <td>7</td>
<td>9</td> <td>9</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.