mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-14 17:23:40 +00:00
make layouts simpler to think about
This commit is contained in:
parent
45f9087f03
commit
cc79502670
8 changed files with 117 additions and 122 deletions
content/advanced
|
@ -4,17 +4,9 @@ title: Making your own plugins
|
|||
|
||||
This part of the documentation will assume you have some basic coding knowledge and will include code snippets that describe the interface of what Quartz plugins should look like.
|
||||
|
||||
## Transformers
|
||||
![[quartz-transform-pipeline.png]]
|
||||
|
||||
```ts
|
||||
export type QuartzTransformerPluginInstance = {
|
||||
name: string
|
||||
textTransform?: (src: string | Buffer) => string | Buffer
|
||||
markdownPlugins?: () => PluggableList
|
||||
htmlPlugins?: () => PluggableList
|
||||
externalResources?: () => Partial<StaticResources>
|
||||
}
|
||||
```
|
||||
## Transformers
|
||||
|
||||
## Filters
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue