Jekyll Spaceship Showcase

This page demonstrates some of the awesome features of the jekyll-spaceship plugin integrated with the Minimal Mistakes theme.

1. Table of Contents

The table of contents below is automatically generated by jekyll-spaceship.

2. MathJax Support

You can write LaTeX math equations, and they will be rendered beautifully.

Inline math: $E = mc^2$

Display math:

$$ \sum_{i=1}^{n} i = \frac{n(n+1)}{2} $$

3. PlantUML Diagrams

Create diagrams from plain text.

<img class="plantuml" src="http://www.plantuml.com/plantuml/svg/~h407374617274756d6c0a416c696365202d3e20426f623a2041757468656e7469636174696f6e20526571756573740a426f62202d2d3e20416c6963653a2041757468656e7469636174696f6e20526573706f6e73650a416c696365202d3e20426f623a20416e6f746865722061757468656e7469636174696f6e20526571756573740a416c696365203c2d2d20426f623a20416e6f746865722061757468656e7469636174696f6e20526573706f6e73650a40656e64756d6c">

4. Mermaid.js Diagrams

Mermaid is another great way to create diagrams. The theme includes support for this.

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

5. Embedded Media

Easily embed videos from YouTube or Vimeo.

@[youtube](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

@[vimeo](https://vimeo.com/545102032)

6. Emojis

Use emojis in your content!

This is automatically handled, just use the standard emoji shortcodes.