Skip to content

Fix RegEx for inline-code

Anthony Aromin requested to merge SaiKiru/apostrophe:main into main

Fixes #348 (closed), #359 (closed), and #365 (closed)

Here's the new way that it works:

Input Render
image image

Note: It doesn't work correctly if there's a newline in between the backticks or if there is an escape character before a backtick.

Edited by Anthony Aromin

Merge request reports