CSS editing: Avoid asterisk prefix in block comment lines
Posted: Tue Jun 09, 2020 1:18 pm
Hi,
most of the time I find it useful that OxygenXML automatically indents and prefixes block comments in CSS files, so that they appear like this with minimum effort:
Now I am trying to add documentation to CSS files and want to use MarkDown inside block comments. But I find it hard to create content like this:
If I press ENTER at the end of a text line inside a block comment, I always get the new line prefixed with SPACE + ASTERISK + SPACE.
Is there possibly a (hidden) configuration to turn that feature off?
Thanks,
- Michael
PS: In https://sass-lang.com/documentation/syntax/comments I read the recommendation to use /// as prefix for documentation comments, but that would make it hard to copy and paste MarkDown content between files.
most of the time I find it useful that OxygenXML automatically indents and prefixes block comments in CSS files, so that they appear like this with minimum effort:
Code: Select all
/*
* Text
* next line, just after typing ENTER
*/
Code: Select all
/*
# Heading text
New paragraph
*/
Is there possibly a (hidden) configuration to turn that feature off?
Thanks,
- Michael
PS: In https://sass-lang.com/documentation/syntax/comments I read the recommendation to use /// as prefix for documentation comments, but that would make it hard to copy and paste MarkDown content between files.