disyakidneyshot/quill-delta-markdown

Links not getting converted

Opened this issue · 0 comments

I'm on Quill 1.3.7 and links aren't getting converted with fromDelta. Basic use case is:

fromDelta((this.quill as any).editor.delta.ops)

Is there a different way I should be using this? Italics/bold/etc are working fine.

I noticed that the default converters check against LINK and don't do any kind of string case-normalization (i.e. toLower/UpperCase()). I'm going to try passing in my own converters to see if that's the issue but would love a nudge if maybe its just because I'm passing it the wrong thing or something. Given that I'm getting well formatted output w/ links just ignored I think I'm doing it right.

Update
Modified converters don't work either. I tried lower-casing the LINK attribute and it made no difference.