zenn-markdown-html 0.1.98 → 0.1.99-alpha.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -56,7 +56,7 @@ md.use(md_br_1.mdBr)
56
56
  // custom footnote => TODO: ファイルを分ける
57
57
  md.renderer.rules.footnote_block_open = function () {
58
58
  return '<section class="footnotes">\n' +
59
- '<div class="footnotes-title"><img src="https://twemoji.maxcdn.com/2/svg/1f58b.svg" class="emoji footnotes-twemoji" loading="lazy" width="20" height="20">脚注</div>\n' +
59
+ '<div class="footnotes-title">脚注</div>\n' +
60
60
  '<ol class="footnotes-list">\n';
61
61
  };
62
62
  var markdownToHtml = function (text) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zenn-markdown-html",
3
- "version": "0.1.98",
3
+ "version": "0.1.99-alpha.0",
4
4
  "license": "MIT",
5
5
  "description": "Convert markdown to zenn flavor html.",
6
6
  "main": "lib/index.js",
@@ -45,7 +45,7 @@
45
45
  "markdown-it-task-lists": "^2.1.1",
46
46
  "prismjs": "^1.25.0"
47
47
  },
48
- "gitHead": "3bc185e34d9a1881ea224a2fab94b26850af0d70",
48
+ "gitHead": "7bf97a7db8757f9736e648ca1bfff6a503c2b911",
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  }