Skip to content

Commit

Permalink
Merge pull request #1 from TeachBooks/Fix-double-titles
Browse files Browse the repository at this point in the history
Fix double titles on admonitions page
  • Loading branch information
douden authored Jan 3, 2025
2 parents 9cfee9e + b5a836f commit 5bd461b
Showing 1 changed file with 26 additions and 32 deletions.
58 changes: 26 additions & 32 deletions book/content/admonitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,149 +37,143 @@ It's got a certain charm to it.

## `attention`

::::::{attention} Attention
::::::{attention}
Climate change is real.
::::::
```text
::::::{attention} Attention
::::::{attention}
Climate change is real.
::::::
```

## `caution`

::::::{caution} Caution
::::::{caution}
Cliff ahead: Don't drive off it.
::::::
```text
::::::{caution} Caution
::::::{caution}
Cliff ahead: Don't drive off it.
::::::
```

## `danger`

::::::{danger} Danger
::::::{danger}
Mad scientist at work!
::::::
```text
::::::{danger} Danger
::::::{danger}
Mad scientist at work!
::::::
```

## `error`

::::::{error} Error
::::::{error}
Does not compute.
::::::
```text
::::::{error} Error
::::::{error}
Does not compute.
::::::
```

## `hint`

::::::{hint} Hint
::::::{hint}
Insulators insulate, until they are subject to ______ voltage.
::::::
```text
::::::{hint} Hint
::::::{hint}
Insulators insulate, until they are subject to ______ voltage.
::::::
```

## `important`

::::::{important} Important
::::::{important}
Tech is not neutral, nor is it apolitical.
::::::
```text
::::::{important} Important
::::::{important}
Tech is not neutral, nor is it apolitical.
::::::
```

## `note`

::::::{note} Note
::::::{note}
This is a note.
::::::
```text
::::::{note} Note
::::::{note}
This is a note.
::::::
```

## `seealso`

::::::{seealso} See Also
::::::{seealso}
Other relevant information.
::::::
```text
::::::{seealso} See Also
::::::{seealso}
Other relevant information.
::::::
```

## `tip`

::::::{tip} Tip
::::::{tip}
25% if the service is good.
::::::
```text
::::::{tip} Tip
::::::{tip}
25% if the service is good.
::::::
```

## `warning`

::::::{warning} Warning
::::::{warning}
Reader discretion is strongly advised.
::::::
```text
::::::{warning} Warning
::::::{warning}
Reader discretion is strongly advised.
::::::
```

## `versionadded`

::::::{versionadded} Version Added
**v0.1.1**
::::::{versionadded} v0.1.1
Here's a version added message.
::::::
```text
::::::{versionadded} Version Added
**v0.1.1**
::::::{versionadded} v0.1.1
Here's a version added message.
::::::
```

## `versionchanged`

::::::{versionchanged} Version Changed
**v0.1.1**
::::::{versionchanged} v0.1.1
Here's a version changed message.
::::::
```text
::::::{versionchanged} Version Changed
**v0.1.1**
::::::{versionchanged} v0.1.1
Here's a version changed message.
::::::
```

## `deprecated`

::::::{deprecated} Deprecated
**v0.1.1**
::::::{deprecated} v0.1.1
Here's a deprecation message.
::::::
```text
::::::{deprecated} Deprecated
**v0.1.1**
::::::{deprecated} v0.1.1
Here's a deprecation message.
::::::
```

0 comments on commit 5bd461b

Please sign in to comment.