spec-up-t 0.11.11 → 0.11.12

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.
Files changed (2) hide show
  1. package/index.js +0 -11
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -218,17 +218,6 @@ module.exports = function(options = {}) {
218
218
 
219
219
  md.use(addClassToDefinitionList);
220
220
 
221
- // Example markdown to test the functionality
222
- const markdown = `
223
- Term 1
224
- : Definition 1
225
-
226
- Term 2
227
- : Definition 2
228
- `;
229
-
230
- console.log(md.render(markdown));
231
-
232
221
  async function render(spec, assets) {
233
222
  try {
234
223
  noticeTitles = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-up-t",
3
- "version": "0.11.11",
3
+ "version": "0.11.12",
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": {