Markdown Guide

This page is to showcase all things that are supported in our customization of the React Markdown component used in generic pages, series pages and other custom pages like the Author Hub.

In addition to Markdown complaint to CommonMark, we also have support for a few custom react components. These components are included using code blocks with the language set to mobiux-component.

Multi Column Layout

component: grid
columnCount:
  - lg: 3
  - md: 2
  - sm: 1
content:
   - "[Anthem Series 1](/series/series-1)"
   - "[Anthem Series 2](/series/series-2)"
   - "[Anthem Series 3](/series/series-3)"
   - "[Anthem Series 4](/series/series-4)"
   - "[Anthem Series 5](/series/series-5)"
   - "[Anthem Series 6](/series/series-6)"

This renders like this:

icon

icon

icon

icon

icon