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.
{docsify-update}
1 parent 4b02177 commit 8b5bee1Copy full SHA for 8b5bee1
docs/write-a-plugin.md
@@ -87,7 +87,7 @@ window.$docsify = {
87
editHtml +
88
html +
89
'\n----\n' +
90
- 'Last modified {docsify-updated} ' +
+ '{content}' +
91
editHtml
92
);
93
});
@@ -108,4 +108,7 @@ Current version: <span id='tip-version'>loading</span>
108
109
<script>
110
document.getElementById('tip-version').innerText = Docsify.version
111
+// fix1320 replace the content to show the {docsify-ignore} example in case of being replaced in default.
112
+let text = document.getElementsByClassName("lang-js")[2].innerHTML.replace("{content}", "Last modified {docsify-update}")
113
+document.getElementsByClassName("lang-js")[2].innerHTML = text
114
</script>
0 commit comments