Results 118 issues of Andre-John Mas

Would it be possible to add Vue3 support to this project. I do appreciate this would probably need to be done as part of a major version change and possibly...

It would be good to have promise support added to the project. A possible implementation would be: if callback is not passed, then return the result via a Promise. So...

This project does not look like it was updated in a while. Was it superseded by another fork?

I am curious whether there is any interest to transition the library to use ES6 coding or even TS? I did look to see if there was a previous ticket...

strategic

@justinkames what is the current status of this project. Asking since there are PRs that have been in the holding pattern for a long while.

Given this project hasn’t been updated in a while, can anyone indicate which fork should be considered the one to regroup at and to contribute to?

Would it be possible to indicate the license in the readme or a standalone license file? Source code suggests it is GPL, but it would be good to have indicated...

We are interested in splitting up the files for any given language based on purpose. For example: ``` i18n/en countries.json errors.json general.json i18n/fr countries.json errors.json general.json ``` Is this achievable...

Based on this issue, it is possible to enable and disable certain tags: https://github.com/markdown-it/markdown-it/issues/582 How would I achieve the equivalent with vue3-markdown-it? I am essentially wanting to disable processing of...

enhancement

### Describe the issue Looking at the readme I see the following example for an interceptor, and I am wondering whether axios supports this as async/await. The code example in...