Replace unsupported highlight syntax with normal code blocks

This commit is contained in:
Philipp Oppermann
2017-06-09 14:43:03 +02:00
parent 945a766f0c
commit 59594b8622
5 changed files with 66 additions and 65 deletions

View File

@@ -139,7 +139,7 @@ To create the ELF _executable_, we need to [link] the object files together. We
[link]: https://en.wikipedia.org/wiki/Linker_(computing)
[linker script]: https://sourceware.org/binutils/docs/ld/Scripts.html
```
```ld
ENTRY(start)
SECTIONS {