Skip to content

Commit

Permalink
feat: add omark package
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed Feb 12, 2024
1 parent 69fc7ad commit 3fd3f51
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/packages-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,13 @@ export default {
},
},

'/omark': {
redirect: {
to: '/packages/omark',
statusCode: 302,
},
},

'/pathe': {
redirect: {
to: '/packages/pathe',
Expand Down
12 changes: 12 additions & 0 deletions content/packages/omark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
title: omark
description: ⬇️ Just simple markdown utils
github:
owner: unjs
repo: omark
npm:
name: omark
playgrounds:
examples:
link: null
page: false # Used to create a page using the examples
documentation: https://github.com/unjs/omark

0 comments on commit 3fd3f51

Please sign in to comment.