mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 13:44:31 -05:00
e654ca8a31
This makes the references consistent/compatible with GitHub, GitLab, Pandoc and many other tools. This behavior can be enabled in config.json with: ``` "linkifyHeaderStyle": "gfm" ``` Signed-off-by: hoijui <hoijui.quaero@gmail.com>
10 lines
329 B
Text
10 lines
329 B
Text
window.domain = '<%- domain %>'
|
|
window.urlpath = '<%- urlpath %>'
|
|
window.debug = <%- debug %>
|
|
window.version = '<%- version %>'
|
|
|
|
window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %>
|
|
|
|
window.linkifyHeaderStyle = <%- JSON.stringify(linkifyHeaderStyle) %>
|
|
|
|
window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>'
|