grnet / docusaurus-terminology

Home of Docusaurus Terminology Plugin
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

21 v101 breaks on multi line links #30

Closed VasiaKoum closed 6 months ago

VasiaKoum commented 7 months ago

Support multiline links:

✅ Yes

[multiline
example 1](./terms/example-term.mdx)

✅ Yes

[multiline
example
2](./terms/example-term.mdx)

❌ No, only one newline on each line

[multiline

example
2](./terms/example-term.mdx)
VasiaKoum commented 7 months ago

After the multiline support we are getting the following warning:

Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.