-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
If the block contents contains closing brackets, it will affect the block and inside_block selectors.
E.g., given the source:
class Curly {
static String RIGHT_CURLY_REGEX = "\\}";
}and the ci block:
<!--codeinclude-->
[Curly](Curly.java) block:Curly
<!--/codeinclude-->will produce (no last curly):
class Curly {
static String RIGHT_CURLY_REGEX = "\\}";Since the main value propositions of the plugin are refactoring-friendly code examples and their correct inclusion on the page, I'd consider how such silent error can be prevented.
Metadata
Metadata
Assignees
Labels
No labels