A sidenote with bold text, italic,
inline code, and a list:
A bunch of tests for this blog theme
Haskell
A snippet with pragma,
operator{.haskell}, emphasis{.haskell}, and a
deleted bit.
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -Wall #-}
module Main (main) where
import Data.Text (Text)
import qualified Data.Text as T
-- | Greet someone by name
greet :: Text -> Text
greet name = "Hello, " <> name <> "!"
main :: IO ()
main = do
let x = 42 :: Int
putStrLn $ T.unpack $ greet "World"
Python
A Python snippet.
Continue reading →测试自托管 Noto Sans SC 可变字体的 chws
标点挤压效果。参考:https://kojiishi.github.io/chws/samples.html
关于Chromebook Pixelbook Go 的简评。