MK (fengmk2)

Results 691 comments of MK (fengmk2)

add default perfix to make id unique? like `prefixId="mdit-"` `# this is h1` => `id="mdit-this-is-h1"` Use can set perfixId to empty string, got `id="this-is-h1"`

I create a locally implementation for zeke/marky-markdown/pull/6

How about follow the github way? github use `user-content-` perfix

@jonathanong old friend... /cc @dead-horse

> `name` - dom clobbering this problem can be fixed?

`origin` header should use `request.get('origin')` better than `request.origin`.

Just like ThreadLocal in Java.