Skip to content

Commit

Permalink
feat: add block anchor plugin to transform
Browse files Browse the repository at this point in the history
  • Loading branch information
main-kun committed Dec 22, 2023
1 parent 5339ed0 commit 26b5841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const images = require('@diplodoc/transform/lib/plugins/images');
const monospace = require('@diplodoc/transform/lib/plugins/monospace');
const table = require('@diplodoc/transform/lib/plugins/table');
const term = require('@diplodoc/transform/lib/plugins/term');
const blockAnchor = require('@diplodoc/transform/lib/plugins/block-anchor');
const changelog = require('@diplodoc/transform/lib/plugins/changelog');
const mermaid = require('@diplodoc/mermaid-extension');
const openapi = require('@diplodoc/openapi-extension');
Expand Down Expand Up @@ -89,6 +90,7 @@ export const YFM_PLUGINS = [
openapi.transform(),
mermaid.transform(),
changelog,
blockAnchor,
];

export const PROCESSING_FINISHED = 'Processing finished:';
Expand Down

0 comments on commit 26b5841

Please sign in to comment.