cs161-staff / textbook

Online textbook for CS 161: Computer Security at UC Berkeley.
https://textbook.cs161.org/
56 stars 16 forks source link

Use LaTeX \Vert instead of || #31

Closed nicholasngai closed 1 year ago

nicholasngai commented 1 year ago

Since paragraph wrapping was turned off in #30, single paragraphs that contain sequences of || (even in LaTeX sequences) cause the Markdown parser to think that the paragraph is meant to be a table, broken at the | sequences. Switching to \Vert fixes this.