Simple highlight
Laudantium magni ea cupiditate vero sunt voluptatum tempora molestiae reiciendis. Facere, deleniti.
copy
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://path.com/to/the/compiled/style.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://path.com/to/the/chosen/theme.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://path.com/to/the/JavaScript/library.js"></script>
Mixed code highlight
Illo assumenda delectus tempora consequatur, in, perferendis harum atque animi laboriosam a explicabo.
copy
<script src="jquery.js"></script>
<script src="dist/jquery.plugin.min.js"></script>
<script>
jQuery(function($) {
// more options are listed below.
$('#elem').plugin();
});
</script>
Highlight with label
Porro accusantium dolor, sed iste totam officia optio veritatis veniam provident quam!
copy
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
Code highlight attached
Impedit officiis nisi velit id officia molestias cumque, labore architecto? Neque, voluptatum.
copy
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://path.com/to/the/compiled/style.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://path.com/to/the/chosen/theme.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://path.com/to/the/JavaScript/library.js"></script>
copy
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
copy
var InteractiveSteps = (function(){
var steps = $('.js-steps-interactive');
steps.each(function() {
var step = $(this);
var config = config = {
headerTag: "h4",
transitionEffect: "fade",
labels: {
current: ''
}
}
var userConfig = step.data('config');
$.extend(true, config, userConfig);
steps.steps(config);
});
})();
Code tabs
Vero blanditiis neque quis maiores, qui. Dicta, itaque, similique. Quod, voluptas incidunt.
HTML
copy
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://path.com/to/the/compiled/style.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://path.com/to/the/chosen/theme.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://path.com/to/the/JavaScript/library.js"></script>
CSS
copy
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
JavaScript
copy
var InteractiveSteps = (function(){
var steps = $('.js-steps-interactive');
steps.each(function() {
var step = $(this);
var config = config = {
headerTag: "h4",
transitionEffect: "fade",
labels: {
current: ''
}
}
var userConfig = step.data('config');
$.extend(true, config, userConfig);
steps.steps(config);
});
})();
| Language | Included |
|---|---|
| Markup | yes |
| CSS | yes |
| C-like | yes |
| JavaScript | yes |
| ActionScript | no |
| Apache Configuration | no |
| AppleScript | yes |
| ASP.NET (C#) | yes |
| AutoHotkey | no |
| Bash | no |
| C | no |
| C# | yes |
| C++ | yes |
| CoffeeScript | yes |
| CSS Extras | yes |
| Dart | no |
| Eiffel | no |
| Erlang | no |
| F# | no |
| Fortran | no |
| Gherkin | no |
| Language | Included |
|---|---|
| Git | yes |
| Go | no |
| Groovy | no |
| Haml | yes |
| Handlebars | yes |
| Haskell | no |
| HTTP | no |
| Ini | no |
| Jade | yes |
| Java | yes |
| Julia | no |
| LaTeX | no |
| Less | yes |
| LOLCODE | no |
| Markdown | yes |
| MATLAB | no |
| NASM | no |
| NSIS | no |
| Objective-C | yes |
| Pascal | no |
| Perl | yes |
| Language | Included |
|---|---|
| PHP Extras | yes |
| PowerShell | no |
| Python | yes |
| R | no |
| React JSX | yes |
| reST (reStructuredText) | no |
| Rip | no |
| Ruby | yes |
| Rust | no |
| SAS | no |
| Sass (Scss) | yes |
| Scala | no |
| Scheme | yes |
| Smalltalk | no |
| Smarty | yes |
| SQL | yes |
| Stylus | yes |
| Swift | yes |
| Twig | no |
| TypeScript | yes |
| Wiki markup | no |