MK (fengmk2)
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
`id` attribute better.
> `name` - dom clobbering this problem can be fixed?
`origin` header should use `request.get('origin')` better than `request.origin`.
目前还没,可以考虑增加。
Just like ThreadLocal in Java.