@cenk1cenk2/md-printer 2.13.0 → 2.13.1

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.12.3"
154
+ "version": "2.13.0"
155
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/md-printer",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "A markdown printer.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -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 }}
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>
189
176
  </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>