<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Discord Ticket Extractor</title>
    <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/</link>
    <description>Recent content on Discord Ticket Extractor</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Open-source &lt;a class=&#34;text-muted text-decoration-none&#34; href=&#34;https://github.com/filipecarneiro/hugo-bootstrap-theme/blob/main/LICENSE&#34;&gt;MIT&lt;/a&gt; Licensed.</copyright>
    <lastBuildDate>Mon, 28 Apr 2025 20:19:39 -0400</lastBuildDate>
    <atom:link href="https://junieguo.github.io/discord-ticket-extractor-landing-page/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hugo v0.119.0</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/hugo-v0-119/</link>
      <pubDate>Sun, 24 Sep 2023 00:00:00 +0100</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/hugo-v0-119/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;hugo-logo.svg&#34; alt=&#34;Hugo&#34;&gt;&#xA;{ .img-fluid .mb-5}&lt;/p&gt;&#xA;&lt;p&gt;This version is built with Go 1.21.1 which contains some relevant security fixes for the html/template package, see &lt;a href=&#34;https://github.com/golang/go/issues/62196&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Issue 62196&lt;/a&gt; and &lt;a href=&#34;https://github.com/golang/go/issues/62197&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Issue 62197&lt;/a&gt;. This is the main reason Hugo 0.119.0 is released sooner rather than later. But this release also comes with a dependency refresh and some useful image processing improvements:&lt;/p&gt;&#xA;&lt;p&gt;A new general-purpose &lt;a href=&#34;https://gohugo.io/content-management/image-processing/#process&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Process&lt;/a&gt; method and filter.&#xA;A new &lt;a href=&#34;https://gohugo.io/functions/images/#opacity&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Opacity&lt;/a&gt; filter.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/gohugoio/hugo/releases&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Release Notes on GitHub&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.3.0</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/bootstrap-5-3-0/</link>
      <pubDate>Tue, 30 May 2023 00:00:00 +0100</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/bootstrap-5-3-0/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;bootstrap-5-3.png&#34; alt=&#34;Bootstrap 5 3&#34;&gt;&#xA;{ .img-fluid }&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;It’s official, the final stable release of v5.3.0 has landed! It’s been a monumental effort to revamp our codebase for CSS variables and color modes, one that will see continued changes leading up to an eventual Bootstrap 6. And we’re so excited to finally ship it!&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;On top of all the work that’s gone into this release, a lot has happened behind the scenes since we shipped our pre-releases. Keep reading to learn everything that’s &lt;a href=&#34;https://blog.getbootstrap.com/2023/05/30/bootstrap-5-3-0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;new in v5.3.0&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugo v0.100.2</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/hugo-v0-100/</link>
      <pubDate>Wed, 08 Jun 2022 00:00:00 +0100</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/hugo-v0-100/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;hugo-logo.svg&#34; alt=&#34;Hugo&#34;&gt;&#xA;{ .img-fluid .mb-5 }&lt;/p&gt;&#xA;&lt;p&gt;This release is mostly motivated by the fix for the panic experienced by people having blackfriday configured as defaultMarkdownHandler (&lt;a href=&#34;https://github.com/gohugoio/hugo/issues/9968&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;#9968&lt;/a&gt;). The Blackfriday support was removed in Hugo v0.100.0 after being deprecated with a warning for a long time.&lt;/p&gt;&#xA;&lt;p&gt;v0.100.1 fix panic with markdownify/RenderString with shortcode on Page with no content file.&lt;/p&gt;&#xA;&lt;p&gt;$page.RenderString (see &lt;a href=&#34;https://github.com/gohugoio/hugo/issues/6703&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;#6703&lt;/a&gt;) finally supports shortcodes, and shortcode improvements is the main theme in Hugo 0.100.0.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugo Bootstrap Theme alpha</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/hugo-bootstrap-theme/</link>
      <pubDate>Sun, 22 May 2022 13:35:02 +0100</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/hugo-bootstrap-theme/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Hugo theme for a secure, blazing fast and SEO-ready static website, using Bootstrap 5.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Open-source MIT Licensed Hugo Theme, using Bootstrap 5.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;🛡️ Security aware&lt;/p&gt;&#xA;&lt;p&gt;Get A+ scores on Mozilla Observatory out of the box. Easily change the default Security Headers to suit your needs.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;⚡ Fast by default&lt;/p&gt;&#xA;&lt;p&gt;Get 100 scores on Google Lighthouse by default. Hugo Bootstrap Theme removes unused css, prefetches links, and lazy loads images.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugo v0.99.1</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/hugo-v0-99/</link>
      <pubDate>Wed, 18 May 2022 00:00:00 +0100</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/hugo-v0-99/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;hugo-logo.svg&#34; alt=&#34;Hugo&#34;&gt;&#xA;{ .img-fluid .mb-5 }&lt;/p&gt;&#xA;&lt;p&gt;Fix server regression for multihost sites (multiple languages with different baseURLs).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/gohugoio/hugo/releases&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Release Notes on GitHub&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap 5.2.0 beta</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/bootstrap-5-2-0-beta/</link>
      <pubDate>Fri, 13 May 2022 13:00:44 +0100</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/post/bootstrap-5-2-0-beta/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;bootstrap-5-2-0-beta.png&#34; alt=&#34;Bootstrap 5 2 0 Beta&#34;&gt;&#xA;{ .img-fluid }&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;It’s the biggest release since v5 itself—&lt;strong&gt;Bootstrap v5.2.0-beta1 is here!&lt;/strong&gt; This release features redesigned docs, CSS variables for all our components, responsive offcanvas, new helpers and utilities, refined buttons and inputs, and lots of improvements under the hood.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Given the size of the update and time since our last release, we’re doing something different and shipping it as a beta first. &lt;a href=&#34;https://blog.getbootstrap.com/2022/05/13/bootstrap-5-2-0-beta/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Keep reading for details&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/about/</guid>
      <description>&lt;h1 id=&#34;about-us&#34;&gt;About Us&lt;/h1&gt;&#xA;&lt;p&gt;Made with ❤️ by the &lt;em&gt;Hugo Bootstrap Theme&lt;/em&gt; &lt;a href=&#34;https://github.com/filipecarneiro/hugo-bootstrap-theme/graphs/contributors&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;team&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap Carousel 🎠</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/page/bootstrap-carousel/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/page/bootstrap-carousel/</guid>
      <description>&lt;h1 id=&#34;bootstrap-carousel&#34;&gt;Bootstrap Carousel&lt;/h1&gt;&#xA;&lt;p&gt;A slideshow component for cycling through elements—images or slides of text — like a carousel.&lt;/p&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;p&gt;See &lt;a href=&#34;https://getbootstrap.com/docs/5.3/components/carousel/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Carousel documentation&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bootstrap Components ✨</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/page/bootstrap-components/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/page/bootstrap-components/</guid>
      <description>&lt;h1 id=&#34;bootstrap-components&#34;&gt;Bootstrap Components&lt;/h1&gt;&#xA;&lt;p&gt;Bootstrap is bundled with tens of components that can be reused to provide a good user experience and user interactions in a web page.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;accordion&#34;&gt;Accordion&lt;/h2&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;p&gt;See &lt;a href=&#34;https://getbootstrap.com/docs/5.3/components/accordion/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Accordion documentation&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;alert&#34;&gt;Alert&lt;/h2&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;p&gt;See &lt;a href=&#34;https://getbootstrap.com/docs/5.3/components/alerts/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Alert documentation&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;badge&#34;&gt;Badge&lt;/h2&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;p&gt;&lt;!-- raw HTML omitted --&gt;Rounded pill&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Code of Conduct</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/code-of-conduct/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/code-of-conduct/</guid>
      <description>&lt;h1 id=&#34;contributor-covenant-code-of-conduct&#34;&gt;Contributor Covenant Code of Conduct&lt;/h1&gt;&#xA;&lt;h2 id=&#34;our-pledge&#34;&gt;Our Pledge&lt;/h2&gt;&#xA;&lt;p&gt;We as members, contributors, and leaders pledge to make participation in our&#xA;community a harassment-free experience for everyone, regardless of age, body&#xA;size, visible or invisible disability, ethnicity, sex characteristics, gender&#xA;identity and expression, level of experience, education, socio-economic status,&#xA;nationality, personal appearance, race, caste, color, religion, or sexual&#xA;identity and orientation.&lt;/p&gt;&#xA;&lt;p&gt;We pledge to act and interact in ways that contribute to an open, welcoming,&#xA;diverse, inclusive, and healthy community.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/contact/</guid>
      <description>&lt;h1 id=&#34;contact&#34;&gt;Contact&lt;/h1&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/INTSEAN/discord-ticket-extractor/issues/new&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Open an issue&lt;/a&gt; on GitHub.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Markdown Cheat Sheet Ⓜ️⬇️</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/page/markdown-cheat-sheet/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/page/markdown-cheat-sheet/</guid>
      <description>&lt;h1 id=&#34;markdown-cheat-sheet&#34;&gt;Markdown Cheat Sheet&lt;/h1&gt;&#xA;&lt;p&gt;Hugo has excellent Markdown support out of the box. By default, Hugo uses the &lt;a href=&#34;https://github.com/yuin/goldmark/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Goldmark Markdown processor&lt;/a&gt; which is fully CommonMark-compliant. See the &lt;a href=&#34;https://gohugo.io/getting-started/configuration-markup/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;configuration instructions&lt;/a&gt; to learn more about the extensions you can configure.&lt;/p&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;You can refer to the table below for an overview of basic markdown syntax:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;TASK&lt;/th&gt;&#xA;          &lt;th&gt;MARKDOWN SYNTAX&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Heading 1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;#&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Heading 2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;##&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Heading 3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;###&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Italics&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;*italics*&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Bold&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;**Bold**&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Strike&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;~~strike~~&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Blockquote&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;&amp;gt;&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Links&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;[link name](https://link.com)&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Images&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;![Image name](image.png)&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Unordered list&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;* List item&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Ordered list&lt;/td&gt;&#xA;          &lt;td&gt;&lt;code&gt;1. List item&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Inline Code&lt;/td&gt;&#xA;          &lt;td&gt;&lt;!-- raw HTML omitted --&gt;`insert code here`&lt;!-- raw HTML omitted --&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;{.table .table-sm .table-striped .table-hover}&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;headings&#34;&gt;Headings&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;# Heading 1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Heading 2&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;### Heading 3&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;#### Heading 4&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;##### Heading 5&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;###### Heading 6&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h1 id=&#34;heading-1&#34;&gt;Heading 1&lt;/h1&gt;&#xA;&lt;h2 id=&#34;heading-2&#34;&gt;Heading 2&lt;/h2&gt;&#xA;&lt;h3 id=&#34;heading-3&#34;&gt;Heading 3&lt;/h3&gt;&#xA;&lt;h4 id=&#34;heading-4&#34;&gt;Heading 4&lt;/h4&gt;&#xA;&lt;h5 id=&#34;heading-5&#34;&gt;Heading 5&lt;/h5&gt;&#xA;&lt;h6 id=&#34;heading-6&#34;&gt;Heading 6&lt;/h6&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;lists&#34;&gt;Lists&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;*&lt;/span&gt; Unordered item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;*&lt;/span&gt; Unordered item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;*&lt;/span&gt; Unordered item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;1.&lt;/span&gt; Ordered item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;2.&lt;/span&gt; Ordered item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;3.&lt;/span&gt; Ordered item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;- [ ]&lt;/span&gt; Task item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;- [x]&lt;/span&gt; Checked Task item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;- [ ]&lt;/span&gt; Task item&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&#xA;&lt;li&gt;Unordered item&lt;/li&gt;&#xA;&lt;li&gt;Unordered item&lt;/li&gt;&#xA;&lt;li&gt;Unordered item&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Ordered item&lt;/li&gt;&#xA;&lt;li&gt;Ordered item&lt;/li&gt;&#xA;&lt;li&gt;Ordered item&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Task item&lt;/li&gt;&#xA;&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Checked Task item&lt;/li&gt;&#xA;&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Task item&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;format&#34;&gt;Format&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**Bold**&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;font-style:italic&#34;&gt;*Italic*&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;u&lt;/span&gt;&amp;gt;Underline&amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;u&lt;/span&gt;&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;sup&lt;/span&gt;&amp;gt;Superscript&amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;sup&lt;/span&gt;&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;sub&lt;/span&gt;&amp;gt;Subscript&amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;sub&lt;/span&gt;&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;mark&lt;/span&gt;&amp;gt;Highlight&amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;mark&lt;/span&gt;&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;`Inline code`&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;~~Strikethrough~~&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[&lt;span style=&#34;color:#f92672&#34;&gt;Hyperlink&lt;/span&gt;](&lt;span style=&#34;color:#a6e22e&#34;&gt;http://example.com&lt;/span&gt;)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;![&lt;span style=&#34;color:#f92672&#34;&gt;Image&lt;/span&gt;](&lt;span style=&#34;color:#a6e22e&#34;&gt;placeholder-50-09f-fff.png&lt;/span&gt;)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;{ .img-fluid }&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Bold&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Privacy Policy</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/privacy-policy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/privacy-policy/</guid>
      <description>&lt;h1 id=&#34;privacy-policy&#34;&gt;Privacy Policy&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;: We do not use cookies and we do not collect any personal data.&lt;/p&gt;&#xA;&lt;h2 id=&#34;website-visitors&#34;&gt;Website visitors&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;No personal information is collected.&lt;/li&gt;&#xA;&lt;li&gt;No information is stored in the browser.&lt;/li&gt;&#xA;&lt;li&gt;No information is shared with, sent to or sold to third-parties.&lt;/li&gt;&#xA;&lt;li&gt;No information is shared with advertising companies.&lt;/li&gt;&#xA;&lt;li&gt;No information is mined and harvested for personal and behavioral trends.&lt;/li&gt;&#xA;&lt;li&gt;No information is monetized.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;information-we-collect-and-what-we-use-it-for&#34;&gt;Information we collect and what we use it for&lt;/h2&gt;&#xA;&lt;p&gt;The server hosting this site can collect the following information:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security Best Practices 🔒</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/page/security-best-practices/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/page/security-best-practices/</guid>
      <description>&lt;h1 id=&#34;security-best-practices&#34;&gt;Security Best Practices&lt;/h1&gt;&#xA;&lt;p&gt;Improve code health of your web page following these best practices.&lt;/p&gt;&#xA;&lt;h2 id=&#34;use-https&#34;&gt;Use HTTPS&lt;/h2&gt;&#xA;&lt;p&gt;All websites should be protected with HTTPS, even ones that don&amp;rsquo;t handle sensitive data. HTTPS prevents intruders from tampering with or passively listening in on the communications between your site and your users.&lt;/p&gt;&#xA;&lt;h2 id=&#34;external-links&#34;&gt;External Links&lt;/h2&gt;&#xA;&lt;p&gt;When you link to a page on another site using the target=&amp;quot;_blank&amp;quot; attribute, you can expose your site to performance and security issues:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sobre</title>
      <link>https://junieguo.github.io/discord-ticket-extractor-landing-page/about.pt/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://junieguo.github.io/discord-ticket-extractor-landing-page/about.pt/</guid>
      <description>&lt;h1 id=&#34;sobre-nós&#34;&gt;Sobre nós&lt;/h1&gt;&#xA;&lt;p&gt;Feito com ❤️ pela &lt;a href=&#34;https://github.com/filipecarneiro/hugo-bootstrap-theme/graphs/contributors&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;equipa&lt;/a&gt; &lt;em&gt;Hugo Bootstrap Theme&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
