Posts tagged: Test

Pandoc Sidenote Test

A paragraph with a simple inline footnote.This is a simple inline note with just text and a link.1 You are right.

A paragraph with a block-level footnote containing rich content.2

A sidenote with bold text, italic, inline code, and a list:

Continue reading →

Feature Test

Shortcode

Testing the image gallery shortcode with 5 images:

Ruby

Testing the ruby annotation shortcode:

() (した)

() (ほん) ()

CJK Emphasis

Testing the CJK emphasis shortcode:

Continue reading →

Syntax Highlighting Test

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 →