We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e629780 commit b8f0117Copy full SHA for b8f0117
lib/tldr.js
@@ -63,7 +63,7 @@ exports.render = (file) => {
63
}
64
// Getting the shortindex first to populate the shortindex var
65
index.getShortIndex(() => {
66
- renderContent(content);
+ renderContent(content, {});
67
});
68
69
};
0 commit comments