Hi @Withey, Rob , Welcome to Microsoft Q&A,
This difference is not unique to .net 8.
You can test it, it will recognize /line as a line in .net.
It does not belong to the same platform as .Net Framework.
In principle:
\line: This command is used to insert a newline character, indicating that a new line starts at the current position in the text. But it is worth noting that \line does not end the previous paragraph, but only breaks the line within the current paragraph.
\par: This command indicates the beginning of a new paragraph. When using \par, a new paragraph will be started, and the text in the new paragraph will start from the beginning of the paragraph. \par will insert a newline character at the current position and start a new paragraph.
On the contrary, it is more logical in .net.
Best Regards,
Jiale
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.