nilsnolde / wordpress-markdown-git

:loop: WordPress plugin to add file content (Markdown, Jupyter notebooks) from a Git based VCS to a WordPress post; replaces https://github.com/gis-ops/md-github-wordpress
GNU General Public License v3.0
48 stars 14 forks source link

Accessibility with Gitlab markdown flavor #35

Open rosa2 opened 3 years ago

rosa2 commented 3 years ago

Hello and thanks a lot for the extension

I am deciding which system I will choose to parse Gitlab markdown to html. It is a part of a site that will be built whit WordPress. One major thing is that the documentation has to have accessibility. After reading your documentation, I didn't find if all markdown from Gitlab can be parsed with your extension https://docs.gitlab.com/ee/user/markdown.html Sorry that it is not a bug, but I need to know this to decide. if I have to post this question in another place, tell to me and sorry for the mistake.

Thanks again for your generous work sharing :)

nilsnolde commented 3 years ago

the way the plugin converts markdown is via github's markdown API: https://docs.github.com/en/rest/reference/markdown

so best you try it yourself with a simple curl call or so. if that doesn't work because GH and GL use incompatible markdown symbols, then I can refer you to https://github.com/gis-ops/wordpress-markdown-git/issues/29#issuecomment-844348754. and also make you the same offer: I have no interest in the functionality, but would be willing to review a PR or alternatively you can contact us on enquiry at gis-ops com for a quote to implement it for you in this repository,

rosa2 commented 3 years ago

Thanks a lot. I am testing it and at the moment works great!