@peaceroad/markdown-it-numbering-ul-regarded-as-ol 0.1.4 → 0.1.5

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.
package/listTypes.json CHANGED
@@ -54,4 +54,36 @@
54
54
  "prefix": "",
55
55
  "suffix": "",
56
56
  "joint": ""
57
- }]
57
+ },{
58
+ "name": "circled-lower-latin",
59
+ "symbolsCont": "ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ",
60
+ "symbols": ["\u24D0","\u24D1","\u24D2","\u24D3","\u24D4","\u24D5","\u24D6","\u24D7","\u24D8","\u24D9","\u24DA","\u24DB","\u24DC","\u24DD","\u24DE","\u24DF","\u24E0","\u24E1","\u24E2","\u24E3","\u24E4","\u24E5","\u24E6","\u24E7","\u24E8","\u24E9"],
61
+ "start": 1,
62
+ "prefix": "",
63
+ "suffix": "",
64
+ "joint": ""
65
+ },{
66
+ "name": "circled-upper-latin",
67
+ "symbolsCont": "ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ",
68
+ "symbols": ["\u24B6","\u24B7","\u24B8","\u24B9","\u24BA","\u24BB","\u24BC","\u24BD","\u24BE","\u24BF","\u24C0","\u24C1","\u24C2","\u24C3","\u24C4","\u24C5","\u24C6","\u24C7","\u24C8","\u24C9","\u24CA","\u24CB","\u24CC","\u24CD","\u24CE","\u24CF"],
69
+ "start": 1,
70
+ "prefix": "",
71
+ "suffix": "",
72
+ "joint": ""
73
+ },{
74
+ "name": "filled-circled-upper-latin",
75
+ "symbolsCont": "🅐🅑🅒🅓🅔🅕🅖🅗🅘🅙🅚🅛🅜🅝🅞🅟🅠🅡🅢🅣🅤🅥🅦🅧🅨🅩",
76
+ "symbols": ["\u1F150","\u1F151","\u1F152","\u1F153","\u1F154","\u1F155","\u1F156","\u1F157","\u1F158","\u1F159","\u1F15A","\u1F15B","\u1F15C","\u1F15D","\u1F15E","\u1F15F","\u1F160","\u1F161","\u1F162","\u1F163","\u1F164","\u1F165","\u1F166","\u1F167","\u1F168","\u1F169"],
77
+ "start": 1,
78
+ "prefix": "",
79
+ "suffix": "",
80
+ "joint": ""
81
+ },{
82
+ "name": "filled-circled-upper-latin",
83
+ "symbolsCont": "🅐🅑🅒🅓🅔🅕🅖🅗🅘🅙🅚🅛🅜🅝🅞🅟🅠🅡🅢🅣🅤🅥🅦🅧🅨🅩",
84
+ "symbols": ["\u1F150","\u1F151","\u1F152","\u1F153","\u1F154","\u1F155","\u1F156","\u1F157","\u1F158","\u1F159","\u1F15A","\u1F15B","\u1F15C","\u1F15D","\u1F15E","\u1F15F","\u1F160","\u1F161","\u1F162","\u1F163","\u1F164","\u1F165","\u1F166","\u1F167","\u1F168","\u1F169"],
85
+ "start": 1,
86
+ "prefix": "",
87
+ "suffix": "",
88
+ "joint": ""
89
+ }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peaceroad/markdown-it-numbering-ul-regarded-as-ol",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "This markdown-it plugin regard ul element with numbering lists as ol element.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -199,3 +199,13 @@
199
199
  <li>項目3</li>
200
200
  </ol>
201
201
 
202
+ [Markdown]
203
+ - ⓐ 項目1
204
+ - ⓑ 項目2
205
+ - ⓒ 項目3
206
+ [HTML]
207
+ <ol class="ol-circled-lower-latin">
208
+ <li><span class="li-num">ⓐ</span> 項目1</li>
209
+ <li><span class="li-num">ⓑ</span> 項目2</li>
210
+ <li><span class="li-num">ⓒ</span> 項目3</li>
211
+ </ol>