crossnote
Preparing search index...
TransformMarkdownOptions
Interface TransformMarkdownOptions
interface
TransformMarkdownOptions
{
fileDirectoryPath
:
string
;
fileHash
?:
string
;
filesCache
:
{
[
key
:
string
]:
string
}
;
forJest
?:
boolean
;
forMarkdownExport
?:
boolean
;
forPreview
:
boolean
;
headingIdGenerator
?:
HeadingIdGenerator
;
imageDirectoryPath
?:
string
;
markdownParser
?:
MarkdownParser
;
notebook
:
Notebook
;
notSourceFile
?:
boolean
;
projectDirectoryPath
:
string
;
protocolsWhiteListRegExp
:
RegExp
|
null
;
timestamp
?:
number
;
useRelativeFilePath
:
boolean
;
}
Index
Properties
file
Directory
Path
file
Hash?
files
Cache
for
Jest?
for
Markdown
Export?
for
Preview
heading
Id
Generator?
image
Directory
Path?
markdown
Parser?
notebook
not
Source
File?
project
Directory
Path
protocols
White
List
Reg
Exp
timestamp?
use
Relative
File
Path
Properties
file
Directory
Path
fileDirectoryPath
:
string
Optional
file
Hash
fileHash
?:
string
files
Cache
filesCache
:
{
[
key
:
string
]:
string
}
Optional
for
Jest
forJest
?:
boolean
Optional
for
Markdown
Export
forMarkdownExport
?:
boolean
for
Preview
forPreview
:
boolean
Optional
heading
Id
Generator
headingIdGenerator
?:
HeadingIdGenerator
Optional
image
Directory
Path
imageDirectoryPath
?:
string
Optional
markdown
Parser
markdownParser
?:
MarkdownParser
notebook
notebook
:
Notebook
Optional
not
Source
File
notSourceFile
?:
boolean
project
Directory
Path
projectDirectoryPath
:
string
protocols
White
List
Reg
Exp
protocolsWhiteListRegExp
:
RegExp
|
null
Optional
timestamp
timestamp
?:
number
use
Relative
File
Path
useRelativeFilePath
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Directory
Path
file
Hash
files
Cache
for
Jest
for
Markdown
Export
for
Preview
heading
Id
Generator
image
Directory
Path
markdown
Parser
notebook
not
Source
File
project
Directory
Path
protocols
White
List
Reg
Exp
timestamp
use
Relative
File
Path
crossnote
Loading...