We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fc7ad commit 3fd3f51Copy full SHA for 3fd3f51
config/packages-redirects.ts
@@ -224,6 +224,13 @@ export default {
224
},
225
226
227
+ '/omark': {
228
+ redirect: {
229
+ to: '/packages/omark',
230
+ statusCode: 302,
231
+ },
232
233
+
234
'/pathe': {
235
redirect: {
236
to: '/packages/pathe',
content/packages/omark.yml
@@ -0,0 +1,12 @@
1
+title: omark
2
+description: ⬇️ Just simple markdown utils
3
+github:
4
+ owner: unjs
5
+ repo: omark
6
+npm:
7
+ name: omark
8
+playgrounds:
9
+examples:
10
+ link: null
11
+ page: false # Used to create a page using the examples
12
+documentation: https://github.com/unjs/omark
0 commit comments