We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a87d9a commit 60aebe6Copy full SHA for 60aebe6
Types/openEmbedding/get_Markdown.ps1
@@ -1 +1,6 @@
1
-"[)]($($this.url))"
+if ($this.thumbnail_url) {
2
+ return "[)]($($this.url))"
3
+}
4
+elseif ($this.title) {
5
+ "[$($this.title)]($($this.url))"
6
0 commit comments