docs(how-to): fix first github html parsing error
This commit is contained in:
parent
70d690bded
commit
35d7b95c48
1 changed files with 6 additions and 4 deletions
|
|
@ -48,13 +48,15 @@ is not an HTML tutorial, so this file's content will be simple:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
Expand All
|
<h1>A story about a tree</h1>
|
||||||
@@ -55,9 +64,9 @@ This is not a HTML tutorial, so we'll go simple:
|
<p>
|
||||||
|
This is a story about a tree, a classic tale ...
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue