Skip to content

Commit

Permalink
allow math in code
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaanm committed Mar 25, 2014
1 parent 827f5f6 commit 52898fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.yml
Expand Up @@ -6,7 +6,7 @@
MathJax.Hub.Config({ MathJax.Hub.Config({
tex2jax: { tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']], inlineMath: [['$','$'], ['\\(','\\)']],
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'] skipTags: ['script', 'noscript', 'style', 'textarea']
} }
}); });
</script> </script>
Expand Down

0 comments on commit 52898fa

Please sign in to comment.