Skip to content

Commit a473ead

Browse files
author
Vladimir Kotal
committed
fix problems in Converter setup
1 parent 2604bdc commit a473ead

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opengrok-web/src/main/webapp/js/utils-0.0.24.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,12 +1499,10 @@ function init_markdown_converter() {
14991499
if (converter === null) {
15001500
converter = new showdown.Converter();
15011501
converter.setOption('tables', true);
1502-
converter.setOption('simpleLineBreaks', true);
15031502
converter.setOption('strikethrough', true);
15041503
converter.setOption('tasklists', true);
15051504
converter.setOption('simplifiedAutoLink', true);
15061505
converter.setOption('parseImgDimension', true);
1507-
converter.setOption('ghMentionsLink', true)
15081506
}
15091507

15101508
$.ajax({

0 commit comments

Comments
 (0)