Skip to content

Commit

Permalink
Convert "Tonc's Text Engine" to markdown (#73)
Browse files Browse the repository at this point in the history
* Convert tte.htm to tte.md via pandoc.

This commit represents the automated portion of the conversion by
running

```
pandoc --from=html \
--to=markdown-fenced_divs-bracketed_spans-escaped_line_breaks-smart \
--wrap=none -o tte.md tte-old.htm
```

* Manual fixes for Tonc Text Engine page.

This commit fixes up the poritions of `tte.md` that can't auto-convert
via the `pandoc` command.

* Remove {target=\"_blank\"} instances from tte.md

A few were missed in the manual fixes to this file. Whoops!

* Update direct references to section numbers to links.

This commit removes section numbers that no longer exist from the
content, and instead now mentions the section title and additionally
links to the section.
  • Loading branch information
mtthgn committed Dec 18, 2023
1 parent 45843b0 commit cd188c9
Show file tree
Hide file tree
Showing 3 changed files with 2,254 additions and 3,871 deletions.
2 changes: 1 addition & 1 deletion content/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- [Text systems](./text.md)
- [Mode 7](./mode7.md)
- [More Mode7 tricks](./mode7ex.md)
- [Tonc's Text Engine]()
- [Tonc's Text Engine](./tte.md)
- [Whirlwind tour of ARM assembly](./asm.md)
- [The Lab](./lab.md)

Expand Down
Loading

0 comments on commit cd188c9

Please sign in to comment.