mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 07:49:43 +02:00
#847 Removing </> in text
This commit is contained in:
6
src/config.js
Normal file
6
src/config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
let config
|
||||
|
||||
export const setConfig = conf => {
|
||||
config = conf
|
||||
}
|
||||
export const getConfig = () => config
|
Reference in New Issue
Block a user