Multi-line with numbering and copy ability
Example
##create two binary vectors of length 100
x=sample(c(0,1),100, replace=T)
y=sample(c(0,1),100, replace=T)
Use this code...
<pre>
<code class="language-r">[add your code]</code></pre>
One or two line with no copy or numbering
Example
Number of Fisher Scoring iterations: 2
Use this code...
<pre>
<code class="language-r no-numbers no-copy">[enter code here]</code></pre>
R Output
Example
> response
[,1] [,2]
[1,] 400 1380
[2,] 416 1823
[3,] 188 1168
Use this code...
<pre>
<code class="language-r no-copy no-numbers">[insert output here]</code></pre>
Stop and Think Block Section
Here is the code you can use to make the stop and thinks.
'Stop and Think' with button to reveal answer
Example
Stop and Think!
question
Use this code...
<div class="component-wrapper">
<div class="activity--highlight">
<div class="h4"><span class="fontawesome-icon-inline"><i class="far fa-head-side-brain"></i> </span>Stop and Think!</div>
<div class="theorem-text">
<div class="component-wrapper">
<div class="question-answer-group">
<div class="question-text">question</div>
<button aria-controls="#collapse-1234567890" aria-expanded="false" class="btn btn-outline-info" data-bs-target="#collapse-1234567890" data-bs-toggle="collapse" type="button">Answer</button>
<div class="collapse" id="collapse-1234567890">
<div class="well">
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
'Stop and Think' with no button or solution
Example
Stop and Think!
[Add questions here]
Use this code...
<div class="component-wrapper">
<div class="activity--highlight">
<div class="h4"><span class="fontawesome-icon-inline"><i class="far fa-head-side-brain"></i> </span>Stop and Think!</div>
<div class="theorem-text">[Add questions here]</div>
</div>
</div>
ITEM_1_CONTENT
ITEM_2_CONTENT
ITEM_3_CONTENT