1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Fix glitch with prettyifying HTML links.

This commit is contained in:
devlinjd 2015-10-27 20:59:21 -04:00
parent f9c4a70ca4
commit b0b2af8278

View File

@ -35,7 +35,7 @@ var _defaultOpts = {
},
prettify: { // ← See https://github.com/beautify-web/js-beautify#options
indent_size: 2,
unformatted: ['em','strong'],
unformatted: ['em','strong','a'],
max_char: 80, // ← See lib/html.js in above-linked repo
//wrap_line_length: 120, <-- Don't use this
}