2024-02-20 10:58:25 +00:00
<!doctype html> < html lang = en-US > < head > < meta http-equiv = X-Clacks-Overhead content = "GNU Terry Pratchett" > < meta charset = utf-8 > < meta name = viewport content = "width=device-width,initial-scale=1" > < link rel = "shortcut icon" href = https://janraasch.github.io/hugo-bearblog/images/favicon.png > < title > Syntax | Hugo ʕ•ᴥ•ʔ Bear Blog< / title >
< meta name = title content = "Syntax" > < meta name = description content = "Hugo + Bear = :heart:" > < meta name = keywords content = "markdown,syntax," > < meta property = "og:title" content = "Syntax" > < meta property = "og:description" content = "Hugo + Bear = :heart:" > < meta property = "og:type" content = "website" > < meta property = "og:url" content = "https://janraasch.github.io/hugo-bearblog/blog/syntax/" > < meta property = "og:image" content = "https://janraasch.github.io/hugo-bearblog/images/share.png" > < meta property = "og:site_name" content = "Hugo ʕ•ᴥ•ʔ Bear" > < meta name = twitter:card content = "summary_large_image" > < meta name = twitter:image content = "https://janraasch.github.io/hugo-bearblog/images/share.png" > < meta name = twitter:title content = "Syntax" > < meta name = twitter:description content = "Hugo + Bear = :heart:" > < meta itemprop = name content = "Syntax" > < meta itemprop = description content = "Hugo + Bear = :heart:" > < meta name = referrer content = "no-referrer-when-downgrade" > < link rel = alternate type = application/rss+xml href = https://janraasch.github.io/hugo-bearblog/blog/syntax/index.xml title = "Hugo ʕ•ᴥ•ʔ Bear Blog" > < style > body { font-family : Verdana , sans-serif ; margin : auto ; padding : 20 px ; max-width : 720 px ; text-align : left ; background-color : #fff ; word-wrap : break-word ; overflow-wrap : break-word ; line-height : 1.5 ; color : #444 } h1 , h2 , h3 , h4 , h5 , h6 , strong , b { color : #222 } a { color : #3273dc } . title { text-decoration : none ; border : 0 } . title span { font-weight : 400 } nav a { margin-right : 10 px } textarea { width : 100 % ; font-size : 16 px } input { font-size : 16 px } content { line-height : 1.6 } table { width : 100 % } img { max-width : 100 % } code { padding : 2 px 5 px ; background-color : #f2f2f2 } pre code { color : #222 ; display : block ; padding : 20 px ; white-space : pre-wrap ; font-size : 14 px ; overflow-x : auto } div . highlight pre { background-color : initial ; color : initial } div . highlight code { background-color : unset ; color : unset } blockquote { border-left : 1 px solid #999 ; color : #222 ; padding-left : 20 px ; font-style : italic } footer { padding : 25 px ; text-align : center } . helptext { color : #777 ; font-size : small } . errorlist { color : #eba613 ; font-size : small } ul . blog-posts { list-style-type : none ; padding : unset } ul . blog-posts li { display : flex } ul . blog-posts li span { flex : 0 0 130 px } ul . blog-posts li a : visited { color : #8b6fcb } @ media ( prefers-color-scheme : dark ) { body { background-color : #333 ; color : #ddd } h1 , h2 , h3 , h4 , h5 , h6 , strong , b { color : #eee } a { color : #8cc2dd } code { background-color : #777 } pre code { color : #ddd } blockquote { color : #ccc } textarea , input { background-color : #252525 ; color : #ddd } . helptext { color : #aaa } } < / style > < / head > < body > < header > < a href = /hugo-bearblog/ class = title > < h2 > Hugo ʕ•ᴥ•ʔ Bear Blog< / h2 > < / a > < nav > < a href = /hugo-bearblog/ > Home< / a >
2020-09-03 10:55:55 +00:00
< a href = /hugo-bearblog/bear/ > Bear< / a >
< a href = /hugo-bearblog/hugo/ > Hugo< / a >
2024-02-20 10:58:25 +00:00
< a href = /hugo-bearblog/blog > Blog< / a > < / nav > < / header > < main > < content > < h3 style = margin-bottom:0 > Filtering for "Syntax"< / h3 > < small > < a href = /hugo-bearblog/blog > Remove filter< / a > < / small > < ul class = blog-posts > < li > < span > < i > < time datetime = 2020-01-03 pubdate > 03 Jan, 2020
2024-01-23 09:05:55 +00:00
< / time > < / i > < / span > < a href = https://janraasch.github.io/hugo-bearblog/markdown-syntax-guide/ > Markdown Syntax Guide< / a > < / li > < / ul > < / content > < / main > < footer > Made with < a href = https://github.com/janraasch/hugo-bearblog/ > Hugo ʕ•ᴥ•ʔ Bear< / a > < / footer > < / body > < / html >