Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Nov 10, 2024
1 parent d7c3c37 commit 8acc262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DocPreprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class DocPreprocessor {
}

if (node.section) {
// TODO: add a check that section node is in root
return this.preprocessSection(node);
} else if (node.columns) {
return this.preprocessColumns(node);
Expand Down

0 comments on commit 8acc262

Please sign in to comment.