Skip to content
ubeast edited this page May 10, 2020 · 1 revision

‘adf`

<div class=“flash flash-error”>

Flash message goes here.

</div>

<div class=“text-purple”>

This text is purple, <a href="#" class="text-inherit">including the link</a>

</div>

<div class=“text-blue mb-2”>

.text-blue on white

</div> <div class=“text-gray-dark mb-2”>

.text-gray-dark on white

</div> <div class=“text-gray mb-2”>

.text-gray on white

</div> <div class=“text-red mb-2”>

.text-red on white

</div> <div class=“text-orange mb-2”>

.text-orange on white

</div> <span class=“float-left text-red tooltipped tooltipped-n” aria-label=“Does not meet accessibility standards”><%= octicon(“alert”) %></span> <div class=“text-orange-light mb-2”>

.text-orange-light on white

</div> <span class=“float-left text-red tooltipped tooltipped-n” aria-label=“Does not meet accessibility standards”><%= octicon(“alert”) %></span> <div class=“text-green mb-2 ml-4”>

.text-green on white

</div> <div class=“text-purple mb-2”>

.text-purple on white

</div>

#ffd33d, $bg-yellow  test
- text in red
+ text in green
! text in orange
# text in gray

<details><summary> CLICK ME</summary><p>

#### yes, even hidden code blocks!

print("hello world!")
## How do i create a function
def thistest():
    return

sidebar sidebar

Clone this wiki locally