Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anilkumarum/mark-clipper
/ constructor
Method
constructor
panel/markdown/parser/parser.js:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
root = {
type
:
"root"
, children: [] };
7
8
constructor() {
9
this.tokenizer =
new
Tokenizer();
10
this.setListener();
11
}
12
13
/** @param {string} tagName */
14
openNewElement(tagName) {
Callers
nothing calls this directly
Calls
1
setListener
Method · 0.95
Tested by
no test coverage detected