Underscore formatting rules may be too greedy

I’m documenting the internals of software. Object names often include underscore characters, e.g., “name_of_the_thing.”

I’m running into trouble with the way that Notenik applies markdown formatting.

For this string: “See kd_Settings > MainGroup_Access.”

It formats as “See kdSettings > MainGroupAccess.”

Let me take a look at this and see what I can do.

If the current behaviour matches the specifications I’m happy to find work-arounds. I’ve noticed that applying CODE formatting to the strings alleviates the problem.

Check out the latest beta and let me know how this works for you.

I did investigate some, and found that the Markdown Guide contained some indication that only asterisks should be allowed to trigger emphasis within a word, so that’s the way Notenik should now behave.