Fix syntax of <!-- more --> marker

This commit is contained in:
Philipp Oppermann
2017-04-27 12:52:43 +02:00
parent f525541969
commit 1f5cca2779
10 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ This post explains how to create a minimal x86 operating system kernel. In fact,
[Rust]: http://www.rust-lang.org/
<!--more--><aside id="toc"></aside>
<!-- more --><aside id="toc"></aside>
I tried to explain everything in detail and to keep the code as simple as possible. If you have any questions, suggestions or other issues, please leave a comment or [create an issue] on Github. The source code is available in a [repository][source code], too.