<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create blank target links in markdown to open url link in new tabs? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-create-blank-target-links-in-markdown-to-open-url-link-in/m-p/28345#M20165</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i was looking to see if it was possible with markdown instead of using html, but this works thank you!&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 18:41:53 GMT</pubDate>
    <dc:creator>ArielHerrera</dc:creator>
    <dc:date>2019-01-30T18:41:53Z</dc:date>
    <item>
      <title>How to create blank target links in markdown to open url link in new tabs?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-create-blank-target-links-in-markdown-to-open-url-link-in/m-p/28343#M20163</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am using markdown to include links urls. I am using the below markdown syntax:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[link text](http://example.com) &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt; The issue is each time I click the linked text it opens the url in the &lt;B&gt;same tab&lt;/B&gt; as the notebook. I want the url to &lt;B&gt;open it in a new tab&lt;/B&gt;. The markdown syntax to open a new tab should be:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[link](url){:target="_blank"}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;as per &lt;A href="https://stackoverflow.com/questions/4425198/can-i-create-links-with-target-blank-in-markdown" target="test_blank"&gt;https://stackoverflow.com/questions/4425198/can-i-create-links-with-target-blank-in-markdown&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;However it does not work in databricks notebook. Is there another way to use markdown for creating new tabs for links or plans to support this in databricks? 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 18:33:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-create-blank-target-links-in-markdown-to-open-url-link-in/m-p/28343#M20163</guid>
      <dc:creator>ArielHerrera</dc:creator>
      <dc:date>2019-01-25T18:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create blank target links in markdown to open url link in new tabs?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-create-blank-target-links-in-markdown-to-open-url-link-in/m-p/28344#M20164</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi @Ariel Herrera,&lt;/P&gt;
&lt;P&gt;You can just put html anchor tag in databricks notebook cell. It will open a new tab when you click it.&lt;/P&gt;
&lt;P&gt;Please try the example below. It works for me in databricks notebook.&lt;/P&gt;
&lt;P&gt;%md &amp;lt;a href="https://google.com" target="_blank"&amp;gt;google link&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693f000007OrnMAAS"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2644iA0AA7AC621AF46AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693f000007OrnMAAS" alt="0693f000007OrnMAAS" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After you run the cell, it gives you a link which opens a new tab when you click it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693f000007OrnNAAS"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2643i63C6580F8A844E88/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693f000007OrnNAAS" alt="0693f000007OrnNAAS" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Lei&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 18:25:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-create-blank-target-links-in-markdown-to-open-url-link-in/m-p/28344#M20164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-30T18:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create blank target links in markdown to open url link in new tabs?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-create-blank-target-links-in-markdown-to-open-url-link-in/m-p/28345#M20165</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i was looking to see if it was possible with markdown instead of using html, but this works thank you!&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 18:41:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-create-blank-target-links-in-markdown-to-open-url-link-in/m-p/28345#M20165</guid>
      <dc:creator>ArielHerrera</dc:creator>
      <dc:date>2019-01-30T18:41:53Z</dc:date>
    </item>
  </channel>
</rss>

