Basic Include: . ```{include} other.md ``` . a b c . Include with Front Matter (should be ignored): . ```{include} fmatter.md ``` . b . Include Literal: . ```{include} other.md :literal: True ``` . a b c . Include Literal, line range: . ```{include} other.md :literal: True :start-line: 1 :end-line: 2 ``` . b . Include code: . ```{include} other.md :code: md ``` . a b c .