Hi, Did you find any library V2Ray for Swift?
Post
Replies
Boosts
Views
Activity
Add two spaces at the end of the line and then add an escape character ' \n'.
AttributedString( markdown: "**Thank you!** Please visit our [website](https://example.com) \nThis is second line")
Output:
In Xcode .md files may show as editing mode. To show in formatted mode(design mode, as shown in GitHub), open Terminal and navigate to projects’ projectName.xcodeproj directory and create .xcodesamplecode.plist file using touch command touch .xcodesamplecode.plist. Then open the file in Xcode and it will be shown in markdown format.
It will restrict editing all .md files. For enabling editing, navigate to the same directory and use the terminal command ls -a to see if it exists then delete it using rm .xcodesamplecode.plist. You'll be reverted to a non-formatted version of .md files.
I hope this will help you.