Weird tags in code?
-
Hello,
I recently noticed that some of my code excerpts in articles contain some weird tags and fragments. For instance, in section Input Handler class in the following article at https://pavcreations.com/command-design-pattern-for-flexible-controls-schemes/ you can see tags at the end in one of the code listings that shouldn’t be there:
</basecommand,></basecommand,></inputaction,></inputaction,></actioncommandpair></actioncommandpair>
or the code is transformed to completely something else such as:
public Dictionary<inputaction, basecommand=""> bindActions = new Dictionary<inputaction, basecommand="">();
whereas it should be:
public Dictionary<InputAction, BaseCommand> bindActions = new Dictionary<InputAction, BaseCommand>();
I noticed it occurs mostly in C# listing but sometimes in other syntaxes as well. I’m on WordPress 6.2 and realise that the plugin has not been tested with this version yet. However, I would like to keep it because it really suits my requirements. Can you please let me know what can be done to fix this? Do you plan to release an update?
Thank you so much in advance. Kind Regards.
The page I need help with: [log in to see the link]
- The topic ‘Weird tags in code?’ is closed to new replies.