Category: Technology

0

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

0

Gallery Example

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- ...

0

Table of Contents Example

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

0

Markdown

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