Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Jan 10, 2024
1 parent 246cb05 commit 4a8d54b
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 16 deletions.
16 changes: 10 additions & 6 deletions hyoo/marked/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Text format with **lightweight consistent formatting**
""Logo\https://marked.hyoo.ru/hyoo/marked/logo/logo.svg""
--
== Principles
Expand Down Expand Up @@ -46,18 +48,20 @@ Text format with **lightweight consistent formatting**
== Comments
" " " Typical user: Isn't supported anywhere, go to --ass-- ++assassins++ with this syntax!
" " " //Typical user//: Isn't supported anywhere, go to --ass-- ++assassins++ with this syntax!
" "
" " But we are **programmers**, we can //fix// it.. You don't even need to be an expert on ;;C++;; to do this ..
"
" No one needs it (c) Sofa Expert
" No one needs it (c) //Sofa Expert//
Nevertheless, it is a useful exercise in design.
== Links
- Online sandbox: \\https://marked.hyoo.ru/\\
- \\Article about MarkedText\https://github.com/nin-jin/HabHub/issues/39\\
- \\TypeScript API\https://github.com/hyoo-ru/marked.hyoo.ru/\\
- ""Map of our projects\https://raw.githubusercontent.com/hyoo-ru/hyoo.ru/master/hyoo.svg""
- \\Article about MarkedText\https://page.hyoo.ru/#!=6lqg5m_deygy0\\
- TypeScript API: \\https://github.com/hyoo-ru/marked.hyoo.ru/\\
== Online sandbox
""https://marked.hyoo.ru/""
```
2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.js
Original file line number Diff line number Diff line change
Expand Up @@ -48685,7 +48685,7 @@ var $;
'filter': /!?=/,
'range_separator': /@/,
'fetch_open': /\(/,
'fetch_separator': /[;&\/?#]/,
'fetch_separator': /[:;&\/?#]/,
'fetch_close': /\)/,
});
function $hyoo_harp_from_string(uri) {
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48685,7 +48685,7 @@ var $;
'filter': /!?=/,
'range_separator': /@/,
'fetch_open': /\(/,
'fetch_separator': /[;&\/?#]/,
'fetch_separator': /[:;&\/?#]/,
'fetch_close': /\)/,
});
function $hyoo_harp_from_string(uri) {
Expand Down
2 changes: 1 addition & 1 deletion node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48677,7 +48677,7 @@ var $;
'filter': /!?=/,
'range_separator': /@/,
'fetch_open': /\(/,
'fetch_separator': /[;&\/?#]/,
'fetch_separator': /[:;&\/?#]/,
'fetch_close': /\)/,
});
function $hyoo_harp_from_string(uri) {
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.deps.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.js
Original file line number Diff line number Diff line change
Expand Up @@ -48616,7 +48616,7 @@ var $;
'filter': /!?=/,
'range_separator': /@/,
'fetch_open': /\(/,
'fetch_separator': /[;&\/?#]/,
'fetch_separator': /[:;&\/?#]/,
'fetch_close': /\)/,
});
function $hyoo_harp_from_string(uri) {
Expand Down
2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48616,7 +48616,7 @@ var $;
'filter': /!?=/,
'range_separator': /@/,
'fetch_open': /\(/,
'fetch_separator': /[;&\/?#]/,
'fetch_separator': /[:;&\/?#]/,
'fetch_close': /\)/,
});
function $hyoo_harp_from_string(uri) {
Expand Down

0 comments on commit 4a8d54b

Please sign in to comment.