spec-up-t 1.6.0 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,6 +53,8 @@ function collapseDefinitions() {
|
|
|
53
53
|
"More in",
|
|
54
54
|
"Also see",
|
|
55
55
|
"See:",
|
|
56
|
+
"Mind you:",
|
|
57
|
+
"Explanation:",
|
|
56
58
|
"See also",
|
|
57
59
|
"See more",
|
|
58
60
|
"See more in",
|
|
@@ -277,4 +279,4 @@ function collapseDefinitions() {
|
|
|
277
279
|
*/
|
|
278
280
|
document.addEventListener("DOMContentLoaded", function () {
|
|
279
281
|
initializeOnTrefsInserted(collapseDefinitions);
|
|
280
|
-
});
|
|
282
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spec-up-t",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "Technical specification drafting tool that generates rich specification documents from markdown. Forked from https://github.com/decentralized-identity/spec-up by Daniel Buchner (https://github.com/csuwildcat)",
|
|
5
5
|
"main": "./index",
|
|
6
6
|
"repository": {
|