• CSS
• Options
• Configurator (see prismjs.com)
<script>/*<![CDATA[*/
$(function() {
$('body').wordsmith({
maxWordLength: 20,
popupWidth: 700,
popupHeight: 450,
lookupImage: 'Question_Mark.png',
lookupMessage: 'Click to lookup this word definition',
lookupUrl: 'https://en.wikipedia.org/wiki/{word}'
});
});
/*]]>*/</script>