mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
Additional markdown export modifications
This commit is contained in:
parent
c68f1ab45b
commit
f4dca6dc79
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,7 +5,7 @@ node_modules/
|
||||
.pnp.*
|
||||
|
||||
# Testing
|
||||
private/
|
||||
*private*/
|
||||
|
||||
# rust
|
||||
target/
|
||||
|
1
scripts/markdown.export.js
vendored
1
scripts/markdown.export.js
vendored
@ -11,6 +11,7 @@ var ExportMD = (function () {
|
||||
const turndownService = new TurndownService({
|
||||
hr: '---',
|
||||
})
|
||||
.keep([`\\`])
|
||||
.use(gfm)
|
||||
.addRule('code', {
|
||||
filter(node) {
|
||||
|
Loading…
Reference in New Issue
Block a user