blob: 375a0f2e03831484710079fd4a7bdd5345f0a207 [file] [log] [blame] [view]
# Design document
The memory limit design document is generated from the `.src.md` file in this
directory.
It contains LaTeX formulas which Markdown cannot render, so they're
rendered by an external open-source tool,
[md-latex](https://github.com/mknyszek/md-tools).
Then, because Gitiles' markdown viewer can't render SVGs, run
```
./svg2png.bash
```
And go back and replace all instances of SVG with PNG in the final document.
Note that `svg2png.bash` requires both ImageMagick and Google Chrome.