Skip to content

Commit

Permalink
docs: update default config reference (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-ferdman committed May 10, 2024
1 parent 6a57bb3 commit bfc70af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-automd/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const defaultConfig: InlineSyncConfig = {
/// }));
/// ```
///
/// You can find the default config [here](https://github.com/Milkdown/milkdown/blob/main/packages/preset-commonmark/src/plugin/inline-sync-plugin/config.ts).
/// You can find the default config [here](https://github.com/Milkdown/milkdown/blob/main/packages/plugin-automd/src/config.ts).
export const inlineSyncConfig = $ctx<InlineSyncConfig, 'inlineSyncConfig'>(defaultConfig, 'inlineSyncConfig')

withMeta(inlineSyncConfig, {
Expand Down

0 comments on commit bfc70af

Please sign in to comment.