mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
feat: set higher precedence to the postprocessor
This commit is contained in:
parent
4ddf274b8e
commit
d49255af42
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ export class ReadingModeSyntaxExtender {
|
|||
|
||||
constructor(settings: PluginSettings) {
|
||||
this._settings = settings;
|
||||
this.postProcess.sortOrder = 0;
|
||||
}
|
||||
|
||||
private _parseInline(targetEl: HTMLElement): void {
|
||||
|
|
|
|||
Loading…
Reference in a new issue