with using hydrate | with using MDXClient | ||||||||||||
Note I kept the document structure the same to see how markdown behaves to javascript expressions in curlybraces import Bar from "../../../mdxComponents/Bar.mjs"; Read in {readingTime}, written by {frontmatter.author} {frontmatter.title}Section 1Heading For ComponentsHeading For PluginsSubHeading For Flexible MarkersMarked texts: text with yellow, text with red, text with green, and text with blue. SubHeading For EmojiesSome markdown content 👍 SubHeading For Flexible ParagraphsAlert Text Centered Warning Text Aligned Right SubHeading For Flexible ContainersWarning All JSX syntax is omitted by the All javascript statements in Tip The markdown syntax inside a block-level Pay Attention The **Markdown syntax doesn't work in details-summary**+ List item - 1 + List item - 2_The markdown list syntax also doesn't work !_ Table Of Contents (Toc) The remark plugin Sample Details-SummaryThe Heading For Code Highlightingdemo.ts typescript export function factorial(factor) { if (factor <= 1) { return 1; } return factor * factorial(factor - 1); } Section 2Heading For GFMAutolink www.example.com and
Heading For MiscellenousSubHeading for Lists
SubHeading For Escapes"Authorize <GITHUB_USER>" version of <operation>.<mount> <= 1.3.x < 8ms (allowed one blank after "<") escape opening curlybraces "{}" SubHeading For CenteringCentering text and image is very easy ! SubHeading For Blockquates
export const num = 6; SubHeading For Mixing Markdown and HTML
A mix of *markdown* and HTML.
A mix of *markdown* and HTML.
A mix of *markdown* and HTML.
A mix of markdown and HTML. | Note I kept the document structure the same to see how markdown behaves to javascript expressions in curlybraces import Bar from "../../../mdxComponents/Bar.mjs"; Read in {readingTime}, written by {frontmatter.author} {frontmatter.title}Section 1Heading For ComponentsHeading For PluginsSubHeading For Flexible MarkersMarked texts: text with yellow, text with red, text with green, and text with blue. SubHeading For EmojiesSome markdown content 👍 SubHeading For Flexible ParagraphsAlert Text Centered Warning Text Aligned Right SubHeading For Flexible ContainersWarning All JSX syntax is omitted by the All javascript statements in Tip The markdown syntax inside a block-level Pay Attention The **Markdown syntax doesn't work in details-summary**+ List item - 1 + List item - 2_The markdown list syntax also doesn't work !_ Table Of Contents (Toc) The remark plugin Sample Details-SummaryThe Heading For Code Highlightingdemo.ts typescript export function factorial(factor) { if (factor <= 1) { return 1; } return factor * factorial(factor - 1); } Section 2Heading For GFMAutolink www.example.com and
Heading For MiscellenousSubHeading for Lists
SubHeading For Escapes"Authorize <GITHUB_USER>" version of <operation>.<mount> <= 1.3.x < 8ms (allowed one blank after "<") escape opening curlybraces "{}" SubHeading For CenteringCentering text and image is very easy ! SubHeading For Blockquates
export const num = 6; SubHeading For Mixing Markdown and HTML
A mix of *markdown* and HTML.
A mix of *markdown* and HTML.
A mix of *markdown* and HTML.
A mix of markdown and HTML. |