azs-markdown 1.0.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 (61) hide show
  1. package/README.en.md +36 -0
  2. package/README.md +39 -0
  3. package/dist/_basePickBy-DjPeYAOj.js +151 -0
  4. package/dist/_baseUniq-Cbb7mysM.js +614 -0
  5. package/dist/arc-Bn6Alo2g.js +83 -0
  6. package/dist/architecture-O4VJ6CD3-BHN7g-2W.js +5 -0
  7. package/dist/architectureDiagram-W76B3OCA-BFPasfQ9.js +4664 -0
  8. package/dist/azs-markdown.es.js +4 -0
  9. package/dist/azs-markdown.umd.js +2801 -0
  10. package/dist/blockDiagram-QIGZ2CNN-CCiv1h3G.js +2265 -0
  11. package/dist/c4Diagram-FPNF74CW--GeMhuxl.js +1581 -0
  12. package/dist/channel-pJBKfyR5.js +5 -0
  13. package/dist/chunk-4BX2VUAB-BhsyR2tA.js +9 -0
  14. package/dist/chunk-55IACEB6-CpxGzG7i.js +8 -0
  15. package/dist/chunk-FMBD7UC4-CSgFSgO1.js +19 -0
  16. package/dist/chunk-K7UQS3LO-AlhLVktY.js +1376 -0
  17. package/dist/chunk-QN33PNHL-CSc1NEE9.js +20 -0
  18. package/dist/chunk-QZHKN3VN-DPftrMRl.js +15 -0
  19. package/dist/chunk-TVAH2DTR-DPsIoQiW.js +1382 -0
  20. package/dist/chunk-TZMSLE5B-Dt-jkS_2.js +64 -0
  21. package/dist/classDiagram-KNZD7YFC-gcA5Ncmn.js +16 -0
  22. package/dist/classDiagram-v2-RKCZMP56-gcA5Ncmn.js +16 -0
  23. package/dist/clone-D6Iiaiqs.js +8 -0
  24. package/dist/cose-bilkent-S5V4N54A-BN35nGOy.js +2605 -0
  25. package/dist/cytoscape.esm-ZmItrg9y.js +18731 -0
  26. package/dist/dagre-5GWH7T2D-1e21gdtX.js +447 -0
  27. package/dist/defaultLocale-D7EN2tov.js +171 -0
  28. package/dist/diagram-N5W7TBWH-DiV77aoy.js +534 -0
  29. package/dist/diagram-QEK2KX5R-CWNqqht5.js +221 -0
  30. package/dist/diagram-S2PKOQOG-D1xaBogc.js +143 -0
  31. package/dist/erDiagram-AWTI2OKA-BXXE2d-L.js +842 -0
  32. package/dist/flowDiagram-PVAE7QVJ-DkPNPF8O.js +1627 -0
  33. package/dist/ganttDiagram-OWAHRB6G-Cu5LXDhu.js +2498 -0
  34. package/dist/gitGraph-ZV4HHKMB-DSEbhMgr.js +5 -0
  35. package/dist/gitGraphDiagram-NY62KEGX-BxOXYKuv.js +712 -0
  36. package/dist/graph-GD3Esuds.js +247 -0
  37. package/dist/index-DRursjyi.js +42003 -0
  38. package/dist/info-63CPKGFF-DAWzHRDb.js +5 -0
  39. package/dist/infoDiagram-STP46IZ2-Cf70rL_w.js +24 -0
  40. package/dist/init-DjUOC4st.js +16 -0
  41. package/dist/journeyDiagram-BIP6EPQ6-DoCeL-xS.js +836 -0
  42. package/dist/kanban-definition-6OIFK2YF-DIKRnHl9.js +720 -0
  43. package/dist/layout-_mj7J9CL.js +1324 -0
  44. package/dist/linear-BPT4Wp0A.js +259 -0
  45. package/dist/mermaid-parser.core-CcQSz1Ic.js +12921 -0
  46. package/dist/mindmap-definition-Q6HEUPPD-C2gtgHlK.js +783 -0
  47. package/dist/ordinal-DfAQgscy.js +61 -0
  48. package/dist/packet-HUATNLJX-Bb3J_dPx.js +5 -0
  49. package/dist/pie-WTHONI2E-Cs_KOqQS.js +5 -0
  50. package/dist/pieDiagram-ADFJNKIX-B3nba9oA.js +161 -0
  51. package/dist/quadrantDiagram-LMRXKWRM-2wvLFJoV.js +1024 -0
  52. package/dist/radar-NJJJXTRR-DoYGDBdR.js +5 -0
  53. package/dist/requirementDiagram-4UW4RH46-BIZl5822.js +852 -0
  54. package/dist/sankeyDiagram-GR3RE2ED-DfYknNGS.js +810 -0
  55. package/dist/sequenceDiagram-C3RYC4MD-D04lbayJ.js +2518 -0
  56. package/dist/stateDiagram-KXAO66HF-DsQmarPC.js +263 -0
  57. package/dist/stateDiagram-v2-UMBNRL4Z-DFZTM-kb.js +16 -0
  58. package/dist/timeline-definition-XQNQX7LJ-Dw9YlHXJ.js +801 -0
  59. package/dist/treemap-75Q7IDZK-iFewXvrK.js +5 -0
  60. package/dist/xychartDiagram-6GGTOJPD-2ogwTg3g.js +1340 -0
  61. package/package.json +41 -0
package/README.en.md ADDED
@@ -0,0 +1,36 @@
1
+ # azs-markdown
2
+
3
+ #### Description
4
+ {**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
5
+
6
+ #### Software Architecture
7
+ Software architecture description
8
+
9
+ #### Installation
10
+
11
+ 1. xxxx
12
+ 2. xxxx
13
+ 3. xxxx
14
+
15
+ #### Instructions
16
+
17
+ 1. xxxx
18
+ 2. xxxx
19
+ 3. xxxx
20
+
21
+ #### Contribution
22
+
23
+ 1. Fork the repository
24
+ 2. Create Feat_xxx branch
25
+ 3. Commit your code
26
+ 4. Create Pull Request
27
+
28
+
29
+ #### Gitee Feature
30
+
31
+ 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
32
+ 2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
33
+ 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
34
+ 4. The most valuable open source project [GVP](https://gitee.com/gvp)
35
+ 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
36
+ 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
package/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # azs-markdown
2
+
3
+ #### 介绍
4
+ {**以下是 Gitee 平台说明,您可以替换此简介**
5
+ Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台
6
+ 无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
7
+
8
+ #### 软件架构
9
+ 软件架构说明
10
+
11
+
12
+ #### 安装教程
13
+
14
+ 1. xxxx
15
+ 2. xxxx
16
+ 3. xxxx
17
+
18
+ #### 使用说明
19
+
20
+ 1. xxxx
21
+ 2. xxxx
22
+ 3. xxxx
23
+
24
+ #### 参与贡献
25
+
26
+ 1. Fork 本仓库
27
+ 2. 新建 Feat_xxx 分支
28
+ 3. 提交代码
29
+ 4. 新建 Pull Request
30
+
31
+
32
+ #### 特技
33
+
34
+ 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
35
+ 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
36
+ 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
37
+ 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
38
+ 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
39
+ 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
@@ -0,0 +1,151 @@
1
+ import { e as x, c as O, g as m, k as P, h as p, j as w, l as A, m as c, n as I, t as N, o as _ } from "./_baseUniq-Cbb7mysM.js";
2
+ import { aS as g, aA as E, aT as F, aU as M, aV as T, aW as l, aX as $, aY as B, aZ as S, a_ as y } from "./index-DRursjyi.js";
3
+ var G = /\s/;
4
+ function H(n) {
5
+ for (var r = n.length; r-- && G.test(n.charAt(r)); )
6
+ ;
7
+ return r;
8
+ }
9
+ var L = /^\s+/;
10
+ function R(n) {
11
+ return n && n.slice(0, H(n) + 1).replace(L, "");
12
+ }
13
+ var o = NaN, W = /^[-+]0x[0-9a-f]+$/i, X = /^0b[01]+$/i, Y = /^0o[0-7]+$/i, q = parseInt;
14
+ function z(n) {
15
+ if (typeof n == "number")
16
+ return n;
17
+ if (x(n))
18
+ return o;
19
+ if (g(n)) {
20
+ var r = typeof n.valueOf == "function" ? n.valueOf() : n;
21
+ n = g(r) ? r + "" : r;
22
+ }
23
+ if (typeof n != "string")
24
+ return n === 0 ? n : +n;
25
+ n = R(n);
26
+ var t = X.test(n);
27
+ return t || Y.test(n) ? q(n.slice(2), t ? 2 : 8) : W.test(n) ? o : +n;
28
+ }
29
+ var v = 1 / 0, C = 17976931348623157e292;
30
+ function K(n) {
31
+ if (!n)
32
+ return n === 0 ? n : 0;
33
+ if (n = z(n), n === v || n === -v) {
34
+ var r = n < 0 ? -1 : 1;
35
+ return r * C;
36
+ }
37
+ return n === n ? n : 0;
38
+ }
39
+ function U(n) {
40
+ var r = K(n), t = r % 1;
41
+ return r === r ? t ? r - t : r : 0;
42
+ }
43
+ function fn(n) {
44
+ var r = n == null ? 0 : n.length;
45
+ return r ? O(n) : [];
46
+ }
47
+ var b = Object.prototype, Z = b.hasOwnProperty, dn = E(function(n, r) {
48
+ n = Object(n);
49
+ var t = -1, i = r.length, a = i > 2 ? r[2] : void 0;
50
+ for (a && F(r[0], r[1], a) && (i = 1); ++t < i; )
51
+ for (var f = r[t], e = M(f), s = -1, d = e.length; ++s < d; ) {
52
+ var u = e[s], h = n[u];
53
+ (h === void 0 || T(h, b[u]) && !Z.call(n, u)) && (n[u] = f[u]);
54
+ }
55
+ return n;
56
+ });
57
+ function un(n) {
58
+ var r = n == null ? 0 : n.length;
59
+ return r ? n[r - 1] : void 0;
60
+ }
61
+ function D(n) {
62
+ return function(r, t, i) {
63
+ var a = Object(r);
64
+ if (!l(r)) {
65
+ var f = m(t);
66
+ r = P(r), t = function(s) {
67
+ return f(a[s], s, a);
68
+ };
69
+ }
70
+ var e = n(r, t, i);
71
+ return e > -1 ? a[f ? r[e] : e] : void 0;
72
+ };
73
+ }
74
+ var J = Math.max;
75
+ function Q(n, r, t) {
76
+ var i = n == null ? 0 : n.length;
77
+ if (!i)
78
+ return -1;
79
+ var a = t == null ? 0 : U(t);
80
+ return a < 0 && (a = J(i + a, 0)), p(n, m(r), a);
81
+ }
82
+ var hn = D(Q);
83
+ function V(n, r) {
84
+ var t = -1, i = l(n) ? Array(n.length) : [];
85
+ return w(n, function(a, f, e) {
86
+ i[++t] = r(a, f, e);
87
+ }), i;
88
+ }
89
+ function gn(n, r) {
90
+ var t = $(n) ? A : V;
91
+ return t(n, m(r));
92
+ }
93
+ var j = Object.prototype, k = j.hasOwnProperty;
94
+ function nn(n, r) {
95
+ return n != null && k.call(n, r);
96
+ }
97
+ function mn(n, r) {
98
+ return n != null && c(n, r, nn);
99
+ }
100
+ function rn(n, r) {
101
+ return n < r;
102
+ }
103
+ function tn(n, r, t) {
104
+ for (var i = -1, a = n.length; ++i < a; ) {
105
+ var f = n[i], e = r(f);
106
+ if (e != null && (s === void 0 ? e === e && !x(e) : t(e, s)))
107
+ var s = e, d = f;
108
+ }
109
+ return d;
110
+ }
111
+ function on(n) {
112
+ return n && n.length ? tn(n, B, rn) : void 0;
113
+ }
114
+ function an(n, r, t, i) {
115
+ if (!g(n))
116
+ return n;
117
+ r = I(r, n);
118
+ for (var a = -1, f = r.length, e = f - 1, s = n; s != null && ++a < f; ) {
119
+ var d = N(r[a]), u = t;
120
+ if (d === "__proto__" || d === "constructor" || d === "prototype")
121
+ return n;
122
+ if (a != e) {
123
+ var h = s[d];
124
+ u = void 0, u === void 0 && (u = g(h) ? h : S(r[a + 1]) ? [] : {});
125
+ }
126
+ y(s, d, u), s = s[d];
127
+ }
128
+ return n;
129
+ }
130
+ function vn(n, r, t) {
131
+ for (var i = -1, a = r.length, f = {}; ++i < a; ) {
132
+ var e = r[i], s = _(n, e);
133
+ t(s, e) && an(f, I(e, n), s);
134
+ }
135
+ return f;
136
+ }
137
+ export {
138
+ rn as a,
139
+ tn as b,
140
+ V as c,
141
+ vn as d,
142
+ on as e,
143
+ fn as f,
144
+ hn as g,
145
+ mn as h,
146
+ dn as i,
147
+ U as j,
148
+ un as l,
149
+ gn as m,
150
+ K as t
151
+ };