summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/recipebrowser/assets/custom.js
blob: 34470164ee63c24dfa21150e67358e8897a46ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

marked.setOptions({
    renderer : new marked.Renderer(),
    gfm : true,
    tables : true,
    breaks : false,
    pedantic : false,
    sanitize : false,
    smartLists : true,
    smartypants : false
});