@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.
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -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>
|