Test Jekyll-AsciiDoc Installation
New Section
-
Start of enumerated list
-
Start of unordered list
-
Another bulleted item
-
-
Test for source code syntax highlighting
<?php require_once 'Core.php'; $production = false; $core_object = new Core(); echo "Hello World<br />\n"; ?>
-
Test admonitions
If you don’t see an icon on the left, it didn’t work!
-
Test LaTeX support if applicable. Guide: Adding LaTeX Support to AsciiDoc and Jekyll
y = \int_0^\infty \gamma^2 \cos(x) dx
\[y = \int_0^\infty \gamma^2 \cos(x) dx\]If there is not an equation above that closely resembles the
png
image below, then LaTeX support is not installed or broken. -
End of tests.