Skip to content

Commit 14f96c2

Browse files
committed
[docs] Replace Markdown in HTML with pure HTML
1 parent aab1742 commit 14f96c2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/index.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file is generated by tools/scripts/synchronize_docs.py! -->
22
# modm: a barebone embedded library generator
33
<center>
4-
![](images/logo.svg)
4+
<img src="images/logo.svg"/>
55
</center>
66
{{content}}
77

docs/mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ markdown_extensions:
7474
- pymdownx.tasklist:
7575
custom_checkbox: true
7676
- pymdownx.tilde
77-
- md_in_html
7877

7978
nav:
8079
- Home:

docs/src/how-modm-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can generate more than just code, in this example, lbuild also generates a
1414
build system which then compiles and links the application into a executable.
1515

1616
<center>
17-
![](images/system-overview.svg)
17+
<img src="images/system-overview.svg"/>
1818
</center>
1919

2020
We've also put a lot of thought into modm-devices, about what data to extract,

0 commit comments

Comments
 (0)