Skip to content

Commit 3fd3f51

Browse files
committed
feat: add omark package
1 parent 69fc7ad commit 3fd3f51

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

config/packages-redirects.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,13 @@ export default {
224224
},
225225
},
226226

227+
'/omark': {
228+
redirect: {
229+
to: '/packages/omark',
230+
statusCode: 302,
231+
},
232+
},
233+
227234
'/pathe': {
228235
redirect: {
229236
to: '/packages/pathe',

content/packages/omark.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)