Robin Adrianse

Results 7 comments of Robin Adrianse

I'm debating whether to either add a clearFootnotePrefix() method or make it automatically clear after each text rendering. That being said, it doesn't seem any of the other setters are...

I agree. Given that this is a new feature, we have an opportunity now to change the behavior as we imagine it would work best. Another more generic option is...

I feel that's going a little too far. Parsedown is a backend library, so I think it's fair to assume the developer using it can be held responsible to prefix...

I’m still inclined to let the developer take care of it. We can add a `resetFootnotePrefix()` method if necessary (it would just be `setFootnotePrefix(‘’)`) but my general philosophy is to...

I pushed a change that adds `clearFootnotePrefix()` for now.

No worries, just trying to figure out what the best approach is before it's potentially pushed into the main repo. Waiting to hear what @erusev wants to do.

It seems like this was aimed to be added in 1.7 but that didn't seem to happen, then this issue was just closed without comment. Is there any chance for...