Customisation
Flexible and fully customisable!
How it works
How to initialize the plugin
<script>
var elem = document.getElementsByTagName('body');
var foo = new Remark(elem, {
// options
panels: true,
layout: 'boxed'
});
// the element argument can be an individual element class or id
var bar = new Remark('.container', { panels: true, layout: 'boxed' });
</script>
// using jQuery ready function and constructor function name.
<script>
$js(document).ready(function () {
$js('body').remarkable({
tabbable: true,
searchable: true,
placeholder: 'Type to filter the list below...'
});
});
</script>Options
CSS variables
Examples
Breakpoint variables
Not supported
Supported
Colour contrast
Last updated