Skip to content

Commit

Permalink
rendering < and > sybols in SQL page
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lambda committed Jan 7, 2024
1 parent f75932c commit 1a2f7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ <h1 class="title">The chance</h1>
<span><span class="fu"><a href="https://rdrr.io/r/base/table.html">table</a></span><span class="op">(</span><span class="va">roll</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details><div class="cell-output cell-output-stdout">
<pre><code>roll
1 2 3 4 5 6
6 8 11 5 6 6 </code></pre>
1 2 3 4 5 6
5 5 9 7 8 8 </code></pre>
</div>
</div>
<p>How many trials before getting an identical world ?</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"href": "index.html",
"title": "The chance",
"section": "",
"text": "Email\n \n \n \n Github\n \n\n \n \nIs your world choosing the same numbers as mine ?\n\nCoderoll &lt;- \n sample.int(n = 6, size = 42, replace = TRUE)\n\ntable(roll)\n\nroll\n 1 2 3 4 5 6 \n 6 8 11 5 6 6 \n\n\nHow many trials before getting an identical world ?\nAnd which are we consider as the reference ?"
"text": "Email\n \n \n \n Github\n \n\n \n \nIs your world choosing the same numbers as mine ?\n\nCoderoll &lt;- \n sample.int(n = 6, size = 42, replace = TRUE)\n\ntable(roll)\n\nroll\n1 2 3 4 5 6 \n5 5 9 7 8 8 \n\n\nHow many trials before getting an identical world ?\nAnd which are we consider as the reference ?"
},
{
"objectID": "about.html",
Expand Down

0 comments on commit 1a2f7c0

Please sign in to comment.