Skip to content

Commit

Permalink
tab test
Browse files Browse the repository at this point in the history
  • Loading branch information
dKvale committed Nov 28, 2023
1 parent 53c0ef6 commit 914ae49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/page/tab_test.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: "2023-11-28"
---


# Top {.tabsets}
# Top {.tabset}

```{r, eval=F}
summarize(monsters, age_avg = mean(age))
Expand Down
2 changes: 1 addition & 1 deletion public/page/tab_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h1>test tabs</h1>



<div id="top" class="section level1 tabsets">
<div id="top" class="section level1 tabset">
<h1>Top</h1>
<pre class="r"><code>summarize(monsters, age_avg = mean(age))</code></pre>
<div id="tab1" class="section level2">
Expand Down

0 comments on commit 914ae49

Please sign in to comment.