You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"document": [{"c": [{"e": "text", "t": "As seen here, naked URLs are not being parsed as URLs. If the URL is a Redditlink, the subreddit is parsed as a clickable link to that subreddit. Forexample,"}, {"u": "https://www.reddit.com/r/ModSupport/comments/81dz9w/automod_removing_crossposts/", "e": "link", "t": "https://www.reddit.com/r/ModSupport/comments/81dz9w/automod_removing_crossposts/"}], "e": "par"}, {"c": [{"e": "text", "t": "If the link is another link, it is merely displayed as plain text. For example,"}, {"u": "https://www.google.com/", "e": "link", "t": "https://www.google.com/"}], "e": "par"}]}````````````````````````````````
Copy file name to clipboardExpand all lines: specs/rtjson/rtjson.spec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Hello reddit, \*\***this should be bold,**\*\* the stars around it should not be
124
124
125
125
www.thisisalink.com
126
126
.
127
-
{"document":[{"e":"par","c":[{"e":"text","f":[[1,16,20]],"t":"Hello reddit, **this should be bold,** the stars around it should not be."}]},{"e":"par","c":[{"e":"text","t":"> This is text with an arrow in front"}]},{"e":"blockquote","c":[{"e":"par","c":[{"e":"text","t":"This is a quote"}]}]},{"e":"par","c":[{"e":"text","f":[[2,0,33]],"t":"Here we have something in italics"}]},{"e":"par","c":[{"e":"text","t":"*Here we have something with single-stars around it*"}]},{"e":"par","c":[{"e":"text","t":"`Is this a codeblock?`"}]},{"e":"par","c":[{"e":"text","t":"~~This should not be strike through~~"}]},{"e":"par","c":[{"e":"text","f":[[8,0,18]],"t":"But this should be"}]},{"e":"par","c":[{"e":"text","t":"[Finally here we have no link](www.example.com)"}]},{"e":"par","c":[{"e":"text","t":"www.thisisalink.com"}]}]}````````````````````````````````
127
+
{"document": [{"c": [{"e": "text", "t": "Hello reddit, **this should be bold,** the stars around it should not be.", "f": [[1, 16, 20]]}], "e": "par"}, {"c": [{"e": "text", "t": "> This is text with an arrow in front"}], "e": "par"}, {"c": [{"c": [{"e": "text", "t": "This is a quote"}], "e": "par"}], "e": "blockquote"}, {"c": [{"e": "text", "t": "Here we have something in italics", "f": [[2, 0, 33]]}], "e": "par"}, {"c": [{"e": "text", "t": "*Here we have something with single-stars around it*"}], "e": "par"}, {"c": [{"e": "text", "t": "`Is this a codeblock?`"}], "e": "par"}, {"c": [{"e": "text", "t": "~~This should not be strike through~~"}], "e": "par"}, {"c": [{"e": "text", "t": "But this should be", "f": [[8, 0, 18]]}], "e": "par"}, {"c": [{"e": "text", "t": "[Finally here we have no link]("}, {"u": "http://www.example.com", "e": "link", "t": "www.example.com"}, {"e": "text", "t": ")"}], "e": "par"}, {"c": [{"u": "http://www.thisisalink.com", "e": "link", "t": "www.thisisalink.com"}], "e": "par"}]}````````````````````````````````
0 commit comments