File tree 5 files changed +14
-1
lines changed 5 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ # These are supported funding model platforms
2
+
3
+ # github: [jaywcjlove]
4
+ # patreon: # Replace with a single Patreon username
5
+ # open_collective: # Replace with a single Open Collective username
6
+ # ko_fi: # Replace with a single Ko-fi username
7
+ # tidelift: npm/xxx
8
+ # community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ custom : https://jaywcjlove.github.io/#/sponsor
Original file line number Diff line number Diff line change 77
77
name : ${{ steps.create_tag.outputs.version }}
78
78
tag : ${{ steps.create_tag.outputs.version }}
79
79
body : |
80
- [](https://uiwjs.github.io/npm-unpkg/#/pkg/@wcj/markdown-to-html@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
80
+ [](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/@wcj/markdown-to-html@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
81
81
82
82
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/markdown-to-html/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
83
83
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
Original file line number Diff line number Diff line change 1
1
Markdown Style
2
2
===
3
3
4
+ [ ![ Buy me a coffee] ( https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee )] ( https://jaywcjlove.github.io/#/sponsor )
5
+
4
6
moved to: https://github.com/jaywcjlove/markdown-style
Original file line number Diff line number Diff line change 1
1
Convert Markdown to HTML.
2
2
===
3
3
4
+ [ ![ Buy me a coffee] ( https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee )] ( https://jaywcjlove.github.io/#/sponsor )
4
5
[ ![ CI] ( https://github.com/jaywcjlove/markdown-to-html/actions/workflows/ci.yml/badge.svg )] ( https://github.com/jaywcjlove/markdown-to-html/actions/workflows/ci.yml )
5
6
[ ![ jsDelivr CDN] ( https://data.jsdelivr.com/v1/package/npm/@wcj/markdown-to-html/badge?style=rounded )] ( https://www.jsdelivr.com/package/npm/@wcj/markdown-to-html )
6
7
[ ![ npm version] ( https://img.shields.io/npm/v/@wcj/markdown-to-html.svg )] ( https://www.npmjs.com/package/@wcj/markdown-to-html )
Original file line number Diff line number Diff line change 4
4
"description" : " Converts markdown text to HTML." ,
5
5
"license" : " MIT" ,
6
6
"author" : " kenny wang <wowohoo@qq.com> (https://github.com/jaywcjlove)" ,
7
+ "funding" : " https://jaywcjlove.github.io/#/sponsor" ,
7
8
"type" : " module" ,
8
9
"main" : " ./lib/index.js" ,
9
10
"exports" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments