@cenk1cenk2/md-printer 2.12.2 → 2.13.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.12.1"
154
+ "version": "2.12.3"
155
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/md-printer",
3
- "version": "2.12.2",
3
+ "version": "2.13.0",
4
4
  "description": "A markdown printer.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "devDependencies": {
96
96
  "@cenk1cenk2/cz-cc": "^2.1.5",
97
- "@cenk1cenk2/eslint-config": "^3.1.68",
97
+ "@cenk1cenk2/eslint-config": "^3.1.69",
98
98
  "@types/config": "^3.3.5",
99
99
  "@types/fs-extra": "^11.0.4",
100
100
  "@types/node": "^24.3.1",
@@ -120,5 +120,5 @@
120
120
  "path": "./node_modules/@cenk1cenk2/cz-cc"
121
121
  }
122
122
  },
123
- "packageManager": "pnpm@10.15.1"
123
+ "packageManager": "pnpm@10.17.1"
124
124
  }
@@ -177,8 +177,8 @@
177
177
  <div class="col-span-1 flex flex-col justify-center text-lg font-extrabold text-gray-100">
178
178
  <p class="text-vertical">NOTES</p>
179
179
  </div>
180
- <div class="col-span-5 flex flex-col p-4 text-sm">
181
- <span>{{ content }}</span>
180
+ <div class="col-span-5 flex flex-col p-4 text-sm leading-tight prose">
181
+ {{ content }}
182
182
  </div>
183
183
  <div class="col-span-1"></div>
184
184
  <div