SassDoc / sassdoc

Release the docs!
http://sassdoc.com
MIT License
1.41k stars 56 forks source link

fix(annotation): fix default annotation in prop and param #571

Open ptu14 opened 1 year ago

ptu14 commented 1 year ago

now default can include brackets inside. For example CSS attribute selector [[attribute]] or string ["[attribute]"]

bug description:

this input

/// @param {Selector} $self-pointer ["[dir=rtl]"] - test

generate such output: image

This is regression #305