Fabio Zendhi Nagao

Results 21 comments of Fabio Zendhi Nagao

> @nagaozen Any progress on this? Hi @heath-freenome ! I am deep diving in a vital feature in my business, but asked if someone in my team could implement the...

> @nagaozen there's a similar request in #3962 with a slightly different API than you've proposed. What do you think of this? Hi @nickgros, Ultimately, the goal is the same:...

> @nagaozen Do you think you will have time for this? > > Maybe I can play with this to see if I can get it to a mergeable state...

Website is open source too. The markdown source is here

I believe this is somehow connected to #47. Same idea applies, why not slugify by yourself? Decoupling the AST from the slugifyer seems to be a better architecture.

Oh, thank you! Just made a [test](https://npm.runkit.com/markdown-it-attrs) and confirm that you are right. Using `markdown-it-attrs` to define custom id's makes the AST not useful: ```js let md = require('markdown-it')(); let...

What an interesting scenario! Let me check if I got it right: (i) You don't control the call to `markdownIt.render`, but knows _a priori_ that there's an env being passed...

Sorry, I was doing this in the office, but had to go forward with another solution. I can't rollback to check the details. The installer is just broken the way...