Use Code shortcode to display a source code in a stylish way. You can add the Code shortcode, then fill in its attributes. Available options will be explained below.
[aux_code language="javascript" theme="tomorrow" title="Title" extra_classes=""]insert your code here[/aux_code]
Recommended: To see the demos of Code, check out this link.
Option | Default Value | Values and Description |
---|---|---|
title | “Title” | Write a header title here. |
language | “javascript” | “javascript”
“html” “xml” |
theme | “tomorrow” | “tomorrow”
“dark” “far” “googlecode” “github.com” “monokai” |
extra_classes | ” “ | Add your custom CSS class names here, to style particular content element differently. |