apexdox-vs-code
apexdox-vs-code copied to clipboard
Bold and Italic Markdown Support
Transform __this__ to this and _this_ to this in documentation comments (using asterisks style markdown would be potentially and needlessly complex due to the matching of doc comments which begin with **)
Transform
__this__to this and_this_to this in documentation comments (using asterisks style markdown would be potentially and needlessly complex due to the matching of doc comments which begin with **)
Since the <br> tag is already supported, what would the lift be to support additional limited HTML elements like <em>, <b>, and <strong>?
FWIW I just added a pull request on a similar note. I went with HTML tags vs markdown (in hindsight I kind of like Markdown better) but see the pull request (or the VSIS in my fork) if you want to check it out. Just added bold, bullets and indented lists for now.
@sudhird7 I agree, and will be accepting @cemerson's PR to include these features.
Thanks for the work, @cemerson and @no-stack-dub-sack !! Appreciate all the hard work. I hope one day I can contribute more.