<?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 Create dropdown-list in Markdown in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/create-dropdown-list-in-markdown/m-p/34565#M25307</link>
    <description>&lt;P&gt;In the first cell of my notebooks, I record a changelog for all changes done in the notebook in Markdown. However, as this list becomes longer and longer, I want to implement a dropdown list. Is there anyway to do this in Markdown in databricks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the record, I'm not talking about dropdown widgets.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2022 09:56:16 GMT</pubDate>
    <dc:creator>Jessevds</dc:creator>
    <dc:date>2022-08-15T09:56:16Z</dc:date>
    <item>
      <title>Create dropdown-list in Markdown</title>
      <link>https://community.databricks.com/t5/data-engineering/create-dropdown-list-in-markdown/m-p/34565#M25307</link>
      <description>&lt;P&gt;In the first cell of my notebooks, I record a changelog for all changes done in the notebook in Markdown. However, as this list becomes longer and longer, I want to implement a dropdown list. Is there anyway to do this in Markdown in databricks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the record, I'm not talking about dropdown widgets.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 09:56:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-dropdown-list-in-markdown/m-p/34565#M25307</guid>
      <dc:creator>Jessevds</dc:creator>
      <dc:date>2022-08-15T09:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create dropdown-list in Markdown</title>
      <link>https://community.databricks.com/t5/data-engineering/create-dropdown-list-in-markdown/m-p/34566#M25308</link>
      <description>&lt;P&gt;I don't know if it meets your need, but maybe you can use the dispalyHTML function from databricks and use it to display html with also bootstrap to make it easy. something like this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;displayHTML(
  """
  &amp;lt;link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"&amp;gt;
&amp;lt;script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;div class="dropdown"&amp;gt;
  &amp;lt;button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"&amp;gt;
    Dropdown button
  &amp;lt;/button&amp;gt;
  &amp;lt;ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1" style="heigth: 100px"&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a class="dropdown-item" href="#"&amp;gt;Action&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a class="dropdown-item" href="#"&amp;gt;Another action&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a class="dropdown-item" href="#"&amp;gt;Something else here&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
  &amp;lt;/ul&amp;gt;
&amp;lt;/div&amp;gt;
  """
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2022 10:40:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-dropdown-list-in-markdown/m-p/34566#M25308</guid>
      <dc:creator>Pholo</dc:creator>
      <dc:date>2022-08-20T10:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create dropdown-list in Markdown</title>
      <link>https://community.databricks.com/t5/data-engineering/create-dropdown-list-in-markdown/m-p/34567#M25309</link>
      <description>&lt;P&gt;Hi @Jesse vd S​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 07:18:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/create-dropdown-list-in-markdown/m-p/34567#M25309</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-11T07:18:31Z</dc:date>
    </item>
  </channel>
</rss>

