Fixed old blog posts

This commit is contained in:
Brandon Rozek 2021-10-10 23:50:45 -04:00
parent 2489aa163b
commit 4f2a4a063d
2 changed files with 28 additions and 159 deletions

View file

@ -23,76 +23,15 @@ kind:
---
Sometimes you want to format your outputs. This is a quick cheatsheet containing the differerent escape sequences
 
<table class="tg">
<tr>
<th class="tg-yw4l">
Character
</th>
<th class="tg-yw4l">
Escape Sequence
</th>
</tr>
| Character | Escape Sequence |
| ------------ | --------------- |
| Newline | \n |
| Tab | \t |
| Backspace | \b |
| Double Quote | \&#8221; |
| Single Quote | \&#8217; |
| Backslash | \\ |
<tr>
<td class="tg-yw4l">
Newline
</td>
<td class="tg-yw4l">
\n
</td>
</tr>
<tr>
<td class="tg-yw4l">
Tab
</td>
<td class="tg-yw4l">
\t
</td>
</tr>
<tr>
<td class="tg-yw4l">
Backspace
</td>
<td class="tg-yw4l">
\b
</td>
</tr>
<tr>
<td class="tg-yw4l">
Double Quote           
</td>
<td class="tg-yw4l">
\&#8221;
</td>
</tr>
<tr>
<td class="tg-yw4l">
Single Quote
</td>
<td class="tg-yw4l">
\&#8217;
</td>
</tr>
<tr>
<td class="tg-yw4l">
Backslash
</td>
<td class="tg-yw4l">
\\
</td>
</tr>
</table>