katoikia-app/web-ui/web-react/node_modules/prismjs/tests/languages/elixir/issue775.test

17 lines
336 B
Plaintext
Raw Normal View History

2022-07-06 04:15:11 +00:00
@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.