17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
|
@doc """
|
||
|
## Parameters
|
||
|
"""
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["attribute", "@doc"],
|
||
|
["string", [
|
||
|
"\"\"\"\r\n## Parameters\r\n\"\"\""
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Ensures that markdown headers are not highlighted as comments inside strings.
|
||
|
See #775 for details.
|