Test sheet
Editors only
This sheet is not published is only for format references
highlight words
I need to highlight these ==very important words==. (ver .md)
I need to highlight these very important words. (ver .md)
lists
lists 1
1 2 3 | |
lists 2 list

some emphasized markdown text
other color
other color
jello jello
jello: jello
haos Fancy!
==This was marked==
^^This was inserted^^
~~This was deleted~~
jello
menus dropdown
## example1 dropdown:simple
## example2 dropdown
example2 of dropdown: list: not working
+ markdown list 1 + nested list 1 + nested list 2 + markdown list 2## example3 dropdown
example3 of dropdown:open
Waaa, you see me. I thought I would be hidden ;p .
## example4 dropdown
**example1 dropdown: nested dropdown
Try this
The other one
Ok, try this
You got me 😂##example5 dropdown: code
example5 of dropdown:code
ruby code
def generate_code(number)
charset = Array('A'..'Z')+ Array('a'..'z')
Array.new(number){charset.sample }.join
end
puts generate_code(20)