Alexandre Leray

Results 8 issues of Alexandre Leray

Hi, the following snippet raises a `TypeError: Cannot read property 'splice' of undefined` error. Not sure about what is going on exactly. The markdown below is a minimal example from...

Hi, First of all, thanks for your project! I'd like to implement/find a multiple radio select with an "other" option that allow users to enter their own answer. Something like...

Hi, I have ported the python-markdown outline extension. Here is what it does: Wraps the document logical sections (as implied by h1-h6 headings). By default, the wrapper element is a...

Hi, I have just pushed my changes to sundown to turn "++inserted text++" into "inserted text". Maybe you are interested in it. Thanks, Alex

Hi, I was wondering if the Attribute Lists extension found in python markdown could be implemented in sundown too. Or at list, I'd like to know how conceptually one would...

Steps to reproduce the bug: 1. insert a link anywhere 2. insert a link before link created in step 1 What happens?: - insertion fails: no link is added -...

Hi, Image2 plugin has that and it is very useful. Would there be a way to integrate that in your plugin? thanks,

type: feature

Hello, using Python 3.11, Pip 23.3.2 and setuptools 69.0.3 I get this error: ``` INFO - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html ``` The error is raised...