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

Inline codeblocks not working correctly? #40

Closed PrzemyslawKlys closed 2 years ago

PrzemyslawKlys commented 2 years ago

Versions Wordpress: 5.9.3 Documents for Git: 2.2.0

Describe the bug It seems that any inline code is converted to a full code block (or at least on my website). This means this:

OfficeIMO Release History

- 0.1.5

- 0.1.4 - 2022.04.03

Is translated as:

image

It can be seen here: https://evotec.xyz/docs/officeimo-release-history/

Paste the shortcode and the censored contents of config.json

shortcode

I have no config.json there. Configured only via GUI

To Reproduce Steps to reproduce the behavior:

  1. Create MD with inline code
  2. Notice it converts inline code to a full code block

Expected behavior

It should just "highlight" the code (more of bold or something)

Screenshots

Additional context

nilsnolde commented 2 years ago

that's not the plugin doing that.. see a quick test here: https://gis-ops.com/test/

PrzemyslawKlys commented 2 years ago

YE, i noticed on another page it working properly. Something is wrong on that specific page. Thank you