mikitex70 / plantuml-markdown

PlantUML plugin for Python-Markdown
BSD 2-Clause "Simplified" License
192 stars 55 forks source link

Add image map support #58

Closed stephane-mori closed 2 years ago

stephane-mori commented 2 years ago

Hi,

Some plantuml representation contains hyperlinks. Those hyperlinks trig the generation of a map tag. These map tag is linked to the generated image by usemap attribute which refer to the map name.

This feature seems to not be existing in current version. So this PR tried to add it.

I am not a python developper, it was the first time I manipulate python. However, I prefer submit this PR to explain what's my need.

I am at your disposition.

Regards, Stéphane MORI

mikitex70 commented 2 years ago

Hi @stephane-mori, thanks for your PR. It is now merged as commit eb2d81d. I've made some small fixes:

stephane-mori commented 2 years ago

Hi @mikitex70,

When do you plan to make a new release with this new feature ?

Regards, Stéphane MORI

mikitex70 commented 2 years ago

As soon as I have enough free time, I hope in a couple of days...

mikitex70 commented 2 years ago

Merged in the master branch and released as version 3.5.0. Thanks for your PR, I was not aware of the -pipemap parameter.