Skip to content

Commit

Permalink
Dependencies: Swap out markdown-toc with updated fork with current de…
Browse files Browse the repository at this point in the history
…pendencies
  • Loading branch information
ryanlelek committed May 1, 2024
1 parent 4e90474 commit efa7c32
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 347 deletions.
2 changes: 1 addition & 1 deletion app/routes/wildcard.route.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'node:path';
import _ from 'underscore';
import fs from 'fs-extra';
import { marked } from 'marked';
import toc from 'markdown-toc';
import toc from '@fixhq/markdown-toc';
import build_nested_pages from '../functions/build_nested_pages.js';
import remove_image_content_directory from '../functions/remove_image_content_directory.js';
import content_processors from '../functions/content_processors.js';
Expand Down
Loading

0 comments on commit efa7c32

Please sign in to comment.