markuno_lib 1.2.83 → 1.2.85

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/types/marked.d.ts CHANGED
@@ -1,58 +1,58 @@
1
1
  export class Render {
2
- constructor(baseurl: any, easy: any, callback: any);
2
+ constructor(e: any, t: any, s: any);
3
3
  baseurl: any;
4
4
  easy: any;
5
5
  callback: any;
6
- code(code: any, lang: any, codes: any): string;
7
- blockquote(quote: any): any;
8
- html(html: any): any;
9
- heading(text: any, level: any, raw: any): string;
6
+ code(e: any, t: any, s: any): string;
7
+ blockquote(e: any): any;
8
+ html(e: any): any;
9
+ heading(e: any, t: any, s: any): string;
10
10
  hr(): "" | "<div class=\"my-4\"><hr/></div>";
11
- list(body: any, ordered: any): string;
12
- listtitle(body: any): string;
13
- listitem(text: any, num: any): string;
14
- paragraph(text: any): any;
15
- table(header: any, body: any): string;
16
- tablerow(content: any): string;
17
- tablecell(content: any, header: any, align: any): string;
18
- colorbase(text: any): string;
19
- formula(text: any, full?: boolean): string;
20
- coloralt(text: any): string;
21
- strong(text: any): string;
22
- ico(text: any): string;
23
- em(text: any): string;
24
- codespan(text: any): string;
11
+ list(e: any, t: any): string;
12
+ listtitle(e: any): string;
13
+ listitem(e: any, t: any): string;
14
+ paragraph(e: any): any;
15
+ table(e: any, t: any): string;
16
+ tablerow(e: any): string;
17
+ tablecell(e: any, t: any, s: any): string;
18
+ colorbase(e: any): string;
19
+ formula(e: any, t?: boolean): string;
20
+ coloralt(e: any): string;
21
+ strong(e: any): string;
22
+ ico(e: any): string;
23
+ em(e: any): string;
24
+ codespan(e: any): string;
25
25
  br(): string;
26
- del(text: any): string;
27
- link(href: any, title: any, text: any): string;
28
- image(href: any, title: any, text: any): string;
29
- text(text: any): any;
26
+ del(e: any): string;
27
+ link(e: any, t: any, s: any): string;
28
+ image(e: any, t: any, s: any): string;
29
+ text(e: any): any;
30
30
  }
31
- export const aliasInfo: {
31
+ declare const n: {
32
32
  alias: any;
33
33
  check(): void;
34
34
  retoalias: {};
35
35
  regex: Set<any>;
36
- add(sigla: any, valore: any): any;
36
+ add(e: any, t: any): any;
37
37
  removeAll(): any;
38
- setmappa(mappa: any): void;
39
- parse(data: any, info: any, mappa: any): {
38
+ setmappa(e: any): void;
39
+ parse(e: any, t: any, s: any): {
40
40
  info: boolean;
41
41
  comments: any[];
42
42
  };
43
43
  };
44
- export function elang(str: any, lang: any, punct: any, codes: any): string;
45
- export function escapeHTML(str: any): any;
46
- export function formatrule(code: any): string;
47
- export function formatvariante(str: any): string;
48
- export function mark(xx: any, baseurl: any, notitle: boolean, parsedlist: boolean, callback: any): any;
49
- export function markeasy(xx: any, maxlen?: number, notitle?: boolean): any;
50
- export function markunoFormatCodeMirror(CodeMirror: any): void;
51
- export function parseinfomd(data: any, info: any, mappa: any): {
44
+ export function elang(e: any, t: any, s: any, n: any): string;
45
+ export function escapeHTML(e: any): any;
46
+ export function formatrule(e: any): string;
47
+ export function formatvariante(e: any): string;
48
+ export function mark(e: any, t: any, s: boolean, n: boolean, l: any): any;
49
+ export function markeasy(e: any, t?: number, s?: boolean): any;
50
+ export function markunoFormatCodeMirror(e: any): void;
51
+ export function parseinfomd(e: any, t: any, s: any): {
52
52
  info: boolean;
53
53
  comments: any[];
54
54
  };
55
- export function parselist(text: any, title?: string): {
55
+ export function parselist(e: any, t?: string): {
56
56
  txt: string;
57
57
  cards: {
58
58
  title: any;
@@ -61,10 +61,10 @@ export function parselist(text: any, title?: string): {
61
61
  }[];
62
62
  tm: any[];
63
63
  };
64
- export function parserule(tt: any): any[];
65
- export function parsetext(tt: any): any[];
66
- declare function tokenparser(res: any, render: any, maxlen?: number): any;
67
- export function parsevars(v: any, vars: any): any;
68
- export function tokenize(src: any, easylen: any, noheader?: boolean): any;
69
- export function unescapeHTML(str: any): any;
70
- export { tokenparser as parsetokens };
64
+ export function parserule(e: any): any[];
65
+ export function parsetext(e: any): any[];
66
+ declare function tokenparser(e: any, t: any, s?: number): any;
67
+ export function parsevars(e: any, t: any): any;
68
+ export function tokenize(t: any, s: any, l?: boolean): any;
69
+ export function unescapeHTML(e: any): any;
70
+ export { n as aliasInfo, tokenparser as parsetokens };