MathJax Example
f(a)=12πi∮γf(z)z−adz ConfigurationTo enable MathJax support, just set plugins.mathjax = true in your theme _config.yml file. 1234# Pluginsplugins: ... mathjax: true # options: true, false
f(a)=12πi∮γf(z)z−adz ConfigurationTo enable MathJax support, just set plugins.mathjax = true in your theme _config.yml file. 1234# Pluginsplugins: ... mathjax: true # options: true, false
To add a photo gallery placeholder to your post, just add the following lines to your front-matter: 1234photos:- https://www.hdwallpapers.net/previews/starry-night-over-corsica-986.jpg- https://www.hdwallpapers.net/previews/water-plant-close-up-979.jpg- ...
How to enable table of content for a post?First, let’s enable the catalog widget: 12345678widgets:+ - catalog - recent_posts - category - archive - tag - tagcloud - links Then, ad
A markdown example shows how to write a markdown file. This document integrates core syntax and extensions (GMF). Block Elements Paragraphs and Line Breaks Headers Blockquotes Lists Code Blocks Horizontal Rules Table Span Elements Links Emphasis Code Images Strikethrough Miscellaneous Automatic Links Backslash Escapes Inline HTML