mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
fix(transformer): ignore transforming links in storage
This commit is contained in:
parent
2003aba340
commit
1815ec807c
1 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,8 @@ export function transformer(): Plugin {
|
|||
const _contents = transformGuide(contents)
|
||||
return header + _contents
|
||||
}
|
||||
if (_id === 'storage.md') return header + contents
|
||||
|
||||
return header + transformLinks(contents)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue