Skip to content

Commit

Permalink
render test file to see if #45 works
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Oct 26, 2018
1 parent dc1d64e commit b1fb96b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions content/post/test-buttons.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_collapsible&stacked
<p>Click on the button to toggle between showing and hiding content.</p>
<button type="button" class="btn btn-info" data-toggle="collapse" data-target="#demo">Simple collapsible</button>
<div id="demo" class="collapse">

Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

</div>

</div>




17 changes: 16 additions & 1 deletion content/post/test-buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,31 @@ showonlyimage: true
Here is an attempt at collapse button, taken from:
<https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_collapsible&stacked=h>

<div class="container">

<h2>

Simple Collapsible

</h2>

<p>
Click on the button to toggle between showing and hiding content.

Click on the button to toggle between showing and hiding
content.

</p>

<button type="button" class="btn btn-info" data-toggle="collapse" data-target="#demo">Simple
collapsible</button>

<div id="demo" class="collapse">

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat.

</div>

</div>

0 comments on commit b1fb96b

Please sign in to comment.