Skip to main content
U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Here is markdown content included from another file

This is useful for including more complex markdown in the two-column layout.

Or tables!

Syntax Description Test Text
Header Title Here’s this
Paragraph Text And more

Or images using /{/{ site.baseurl /}/}

Illustration of an arrow pointing to the right over a navy blue field This only works in separate files - not frontmatter!

Be sure that the file you are including is within the folder of the page it is being diplayed upon

For example, this component section is displayed on /pages/components.md is written in /pages/components/two-col-markdown-right.md.
This works because this component utilizes include_relative, and as specified in the docs, “you cannot use the ../ syntax to specify an include location that refers to a higher-level directory.”

Note: Unfortunately, code blocks are not handled properly using this technique. See faqs.md or components.md for examples on usage.