Skip to content

Commit

Permalink
showing examples of style boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Apr 5, 2022
1 parent 29a2ec9 commit 6fbe9dd
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions 01-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,48 @@ ottrpal::set_knitr_image_path()

# Introduction

To add a warning box like the following use:

`<div class = "warning">`

Followed by the text you want inside/

`</div>`

The line above marks the end of the box.

This will create the following:

<div class = "warning">

Followed by the text you want inside/

</div>

Here is a `<div class = "notice">` box:

<div class = "notice">

note text

</div>

Here is a `<div class = "github">` box:

<div class = "github">

github text

</div>


Here is a `<div class = "dictionary">` box:

<div class = "dictionary">

dictionary text

</div>

## Motivation

Expand Down

0 comments on commit 6fbe9dd

Please sign in to comment.