-- ftd.color code-bg-title: #3a404e
dark: #3a404e
-- ftd.color code-title: #DCDCDC
dark: #DCDCDC
-- ftd.color code-color: #4D4D4D
dark: #4D4D4D
-- ftd.color code-bg: #2b303b
dark: #2b303b
-- ftd.color color-black: black
dark: black
-- ftd.text markdown:
body body:
optional boolean collapsed:
optional caption title:
optional boolean two_columns:
text: $body
color: $code-color
padding-bottom: 8
-- ftd.column h0:
caption title:
optional body body1:
width: fill
region: h0
text: $title
region: title
color: $color-black
/style: bold
padding-bottom: 12
if: $body1 is not null
body: $body1
-- ftd.column h1:
caption title:
optional body body:
width: fill
region: h1
text: $title
caption title:
region: title
color: $color-black
/style: bold
padding-bottom: 12
padding-top: 34
if: $body is not null
body: $body
-- ftd.column h2:
caption title:
optional body body:
width: fill
region: h2
caption $title:
text: $title
region: title
color: $color-black
/style: bold
padding-bottom: 12
padding-top: 34
if: $body is not null
body: $body
-- ftd.column h3:
caption title:
optional body body:
width: fill
region: h3
caption $title:
text: $title
region: title
color: $color-black
/style: bold
padding-bottom: 12
padding-top: 34
if: $body is not null
body: $body
-- ftd.column h4:
caption title:
optional body body:
width: fill
region: h4
caption $title:
text: $title
region: title
color: $color-black
/style: bold
padding-bottom: 12
padding-top: 34
if: $body is not null
body: $body
-- ftd.column h5:
caption title:
optional body body:
width: fill
region: h5
caption $title:
text: $title
region: title
color: $color-black
/style: bold
padding-bottom: 12
padding-top: 34
if: $body is not null
body: $body
-- ftd.column h6:
caption title:
optional body body:
width: fill
region: h6
caption $title:
text: $title
region: title
color: $color-black
/style: bold
padding-bottom: 12
padding-top: 34
if: $body is not null
body: $body
-- ftd.iframe youtube:
string id:
youtube: $id
height: 400
width: fill
margin-bottom: 34
-- ftd.column code:
optional caption caption:
body body:
string lang:
optional string filename:
optional string full:
padding-bottom: 12
padding-top: 12
width: fill
if: $caption is not null
text: $caption
color: $code-title
width: fill
background-color: $code-bg-title
padding-top: 10
padding-bottom: 10
padding-left: 20
padding-right: 20
border-top-radius: 4
if: $caption is not null
text: $body
lang: $lang
color: $code-color
width: fill
padding-top: 10
padding-left: 20
padding-bottom: 10
padding-right: 20
background-color: $code-bg
border-bottom-radius: 4
overflow-x: auto
if: $caption is null
text: $body
lang: $lang
color: $code-color
width: fill
padding-top: 10
padding-left: 20
padding-bottom: 10
padding-right: 20
background-color: $code-bg
border-bottom-radius: 4
border-top-radius: 4
overflow-x: auto