Note
Should be a note. But does Microsoft GitHub render it properly?
|
Note
|
this is just an admonition |
|
Warning
|
It is your choice
You are not required to use GitHub |
Test AsciiDoc ภาษาไทย
|
Important
|
Use Admonitions
Admonitions
are a better way to do callouts in documentations. Using |
| module RAF where | |
| import Prelude | |
| import Data.Foldable (traverse_) | |
| import Data.Maybe (Maybe(..)) | |
| import Effect.Aff.Class (class MonadAff) | |
| import Effect.Ref as Ref | |
| import Halogen as H | |
| import Halogen.HTML as HH |
| Verifying my Blockstack ID is secured with the | |
| address 1DZCCU1Cy5qkck8tKAMCWyU4CYPd36uBMu | |
| https://explorer.blockstack.org/address/1DZCCU1Cy5qkck8tKAMCWyU4CYPd36uBMu |
I hereby claim:
To claim this, I am signing this object:
In JavaScript objects (and sometimes strings *shudder at Redux Actions*) are the structure of choice for many tasks. They can hold functions, arrays, other objects, etc. They can be a part of a factory and the can be mutated to do just about anything. Despites its versatility, it doesn't do much in the ways of providing rest-assuredness. You might be able to freeze it, but you can't even do basic equality:
{little: "kitten"} == {little: "kitten"}
//=> false| module CSS.Mask | |
| ( | |
| -- * Generic mask property. | |
| class Mask | |
| , mask | |
| -- * The mask-image | |
| , maskImage | |
| , maskImages | |
| , url |
| -- vim: noai ts=2 sw=2 | |
| -- vim: filetype=haskell | |
| Config | |
| { font = "xft:Terminus:size=16:regular:antialias=false" | |
| , additionalFonts = | |
| [ "xft:TerminessTTF Nerd Font:size=18:medium:antialias=true" | |
| , "xft:Fixedsys Excelsior:size=22:regular:antialias=false" | |
| ] | |
| , border = NoBorder |