doc: Fix a rendering problem.
Beause the HTML was indented with more than 3 spaces, it was converted to mardown when using the fallback (not discount) markdown rendered.
This commit is contained in:
parent
0f948c145f
commit
50c98059b8
|
@ -35,24 +35,24 @@ should be useful for you.
|
||||||
### Default configuration components name:
|
### Default configuration components name:
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<object class="img-object" data="images/AUTOGEN_awful_popup_defaultconfig.svg" alt="" type="image/svg+xml"></object>
|
<object class="img-object" data="images/AUTOGEN_awful_popup_defaultconfig.svg" alt="" type="image/svg+xml"></object>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
### Guides
|
### Guides
|
||||||
|
|
||||||
<div class="index_guides">
|
<div class="index_guides">
|
||||||
<div>
|
<div>
|
||||||
@{07-my-first-awesome.md|Getting started}
|
@{07-my-first-awesome.md|Getting started}
|
||||||
@{90-FAQ.md|FAQ}
|
@{90-FAQ.md|FAQ}
|
||||||
@{01-readme.md|Read Me}
|
@{01-readme.md|Read Me}
|
||||||
@{89-NEWS.md|NEWS}
|
@{89-NEWS.md|NEWS}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@{03-declarative-layout.md|The widget system}
|
@{03-declarative-layout.md|The widget system}
|
||||||
@{09-options.md|Startup options}
|
@{09-options.md|Startup options}
|
||||||
@{05-awesomerc.md|The default rc.lua}
|
@{05-awesomerc.md|The default rc.lua}
|
||||||
@{08-client-layout-system.md|Window management}
|
@{08-client-layout-system.md|Window management}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Major libraries
|
## Major libraries
|
||||||
|
|
Loading…
Reference in New Issue