Vitaly Puzrin
Vitaly Puzrin
Looks like it will be better to add postfix instead of prefix. I think, it's better to rename option to `.anchorAdd` (more neutral): - `null` - no anchors (idea only,...
@fengmk2 could you explain? `name` is unusual for you? There should be no difference, when you click anchor link.
> this problem can be fixed? Only with adding prefix / postfix to value
http://talk.commonmark.org/t/feature-request-automatically-generated-ids-for-headers/115/39?u=vitaly ``` ## Episode 1 ### Scene 1 ### Scene 2 ## Episode 2 ### Scene 1 ### Scene 2 ``` Seems we have to care about deduplication.
Status of this issue is still unclear. No news on CommonMark forum. I tend to do nothing in flavour of 4.+ release, where renderer will allow easy attributes addition. Something...
IDEA: `idTemplate` (prefix) can be defined as `user_custom_%` or `user_custom_%_%%`. Then `%` will be replaced by content, and `%%` will be replaced by unique doc id (if needed). Such stupid...
@danielgtaylor in v4+ you can push new attr, without full renderer override. See [updated doc](https://github.com/markdown-it/markdown-it/blob/master/docs/architecture.md#renderer) As i said, i have no objection about this feature. Problem is in final conventions...
@MoOx it's not a big problem to "code something", but if we talk about core feature or plugin in this org, it's important to care about security and all possible...
We use `sharp` to resize originals & generate thumbnails. In normal site mode `gm` was ok, but for migration we have to process 1M of images, and `sharp` is significantly...
I see no reasons and tend to decline changes.