@cenk1cenk2/md-printer 2.13.1 → 2.14.0

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.
@@ -151,5 +151,5 @@
151
151
  "enableJsonFlag": false
152
152
  }
153
153
  },
154
- "version": "2.13.0"
154
+ "version": "2.13.1"
155
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/md-printer",
3
- "version": "2.13.1",
3
+ "version": "2.14.0",
4
4
  "description": "A markdown printer.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -102,7 +102,7 @@
102
102
  "@types/showdown": "^2.0.6",
103
103
  "eslint": "^9.35.0",
104
104
  "execa": "^9.6.0",
105
- "globby": "^14.1.0",
105
+ "globby": "^15.0.0",
106
106
  "lint-staged": "^16.1.6",
107
107
  "oclif": "^4.22.18",
108
108
  "prettier": "^3.6.2",
@@ -120,5 +120,5 @@
120
120
  "path": "./node_modules/@cenk1cenk2/cz-cc"
121
121
  }
122
122
  },
123
- "packageManager": "pnpm@10.17.1"
123
+ "packageManager": "pnpm@10.18.2"
124
124
  }
@@ -173,20 +173,20 @@
173
173
  </div>
174
174
  </div>
175
175
  </section>
176
+ <section id="footer" class="grid grid-cols-12">
177
+ <div class="col-span-1 flex flex-col justify-center text-lg font-extrabold text-gray-100">
178
+ <p class="text-vertical">NOTES</p>
179
+ </div>
180
+ <div class="col-span-5 flex flex-col p-4 text-sm leading-tight prose">
181
+ {{ content | safe }}<br />
182
+ </div>
183
+ <div class="col-span-1"></div>
184
+ <div
185
+ class="col-span-5 flex flex-col justify-end text-center m-8 mr-16 p-4 pb-0 border-2 border-gray-50! rounded-xl text-xs text-gray-100 h-36">
186
+ <p>SIGNATURE</p>
187
+ </div>
188
+ </section>
176
189
  </div>
177
- <section id="footer" class="grid grid-cols-12">
178
- <div class="col-span-1 flex flex-col justify-center text-lg font-extrabold text-gray-100">
179
- <p class="text-vertical">NOTES</p>
180
- </div>
181
- <div class="col-span-5 flex flex-col p-4 text-sm leading-tight prose">
182
- {{ content }}
183
- </div>
184
- <div class="col-span-1"></div>
185
- <div
186
- class="col-span-5 flex flex-col justify-end text-center m-8 mr-16 p-4 pb-0 border-2 border-gray-50! rounded-xl text-xs text-gray-100 h-36">
187
- <p>SIGNATURE</p>
188
- </div>
189
- </section>
190
190
  </body>
191
191
 
192
192
  </html>