<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: securibee 🐝</title>
    <description>The latest articles on DEV Community by securibee 🐝 (@securibee).</description>
    <link>https://dev.to/securibee</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F198142%2F94580a24-ec18-4d09-9393-2f7ea50efa39.png</url>
      <title>DEV Community: securibee 🐝</title>
      <link>https://dev.to/securibee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/securibee"/>
    <language>en</language>
    <item>
      <title>This is my second post</title>
      <dc:creator>securibee 🐝</dc:creator>
      <pubDate>Wed, 22 Apr 2020 14:16:30 +0000</pubDate>
      <link>https://dev.to/securibee/this-is-my-second-post-4o86</link>
      <guid>https://dev.to/securibee/this-is-my-second-post-4o86</guid>
      <description>&lt;h1&gt;
  
  
  h1 Heading 8-)
&lt;/h1&gt;

&lt;h2&gt;
  
  
  h2 Heading
&lt;/h2&gt;

&lt;h3&gt;
  
  
  h3 Heading
&lt;/h3&gt;

&lt;h4&gt;
  
  
  h4 Heading
&lt;/h4&gt;

&lt;h5&gt;
  
  
  h5 Heading
&lt;/h5&gt;

&lt;h6&gt;
  
  
  h6 Heading
&lt;/h6&gt;

&lt;h2&gt;
  
  
  Horizontal Rules
&lt;/h2&gt;










&lt;h2&gt;
  
  
  Typographic replacements
&lt;/h2&gt;

&lt;p&gt;Enable typographer option to see result.&lt;/p&gt;

&lt;p&gt;(c) (C) (r) (R) (tm) (TM) (p) (P) +-&lt;/p&gt;

&lt;p&gt;test.. test... test..... test?..... test!....&lt;/p&gt;

&lt;p&gt;!!!!!! ???? ,,  -- ---&lt;/p&gt;

&lt;p&gt;"Smartypants, double quotes" and 'single quotes'&lt;/p&gt;

&lt;h2&gt;
  
  
  Emphasis
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;This is bold text&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This is bold text&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This is italic text&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This is italic text&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;del&gt;Strikethrough&lt;/del&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Blockquotes
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Blockquotes can also be nested...&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;...by using additional greater-than signs right next to each other...&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;...or with spaces between arrows.&lt;/p&gt;
&lt;/blockquote&gt;


&lt;/blockquote&gt;
&lt;br&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Lists
&lt;/h2&gt;

&lt;p&gt;Unordered&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a list by starting a line with &lt;code&gt;+&lt;/code&gt;, &lt;code&gt;-&lt;/code&gt;, or &lt;code&gt;*&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Sub-lists are made by indenting 2 spaces:

&lt;ul&gt;
&lt;li&gt;Marker character change forces new list start:&lt;/li&gt;
&lt;li&gt;Ac tristique libero volutpat at&lt;/li&gt;
&lt;li&gt;Facilisis in pretium nisl aliquet&lt;/li&gt;
&lt;li&gt;Nulla volutpat aliquam velit&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Very easy!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ordered&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Lorem ipsum dolor sit amet&lt;/li&gt;
&lt;li&gt;Consectetur adipiscing elit&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Integer molestie lorem at massa&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can use sequential numbers...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;...or keep all the numbers as &lt;code&gt;1.&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Start numbering with offset:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;foo&lt;/li&gt;
&lt;li&gt;bar&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;Inline &lt;code&gt;code&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Indented code&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;// Some comments
line 1 of code
line 2 of code
line 3 of code
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Block code "fences"&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Sample text here...
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Syntax highlighting&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;foo&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="kd"&gt;function&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;bar&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nx"&gt;bar&lt;/span&gt;&lt;span class="o"&gt;++&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;};&lt;/span&gt;

&lt;span class="nx"&gt;console&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;log&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;foo&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;5&lt;/span&gt;&lt;span class="p"&gt;));&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Tables
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Option&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;data&lt;/td&gt;
&lt;td&gt;path to data files to supply the data that will be passed into templates.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;engine&lt;/td&gt;
&lt;td&gt;engine to be used for processing templates. Handlebars is the default.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ext&lt;/td&gt;
&lt;td&gt;extension to be used for dest files.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Right aligned columns&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Option&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;data&lt;/td&gt;
&lt;td&gt;path to data files to supply the data that will be passed into templates.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;engine&lt;/td&gt;
&lt;td&gt;engine to be used for processing templates. Handlebars is the default.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ext&lt;/td&gt;
&lt;td&gt;extension to be used for dest files.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;p&gt;&lt;a href="http://dev.nodeca.com"&gt;link text&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://nodeca.github.io/pica/demo/"&gt;link with title&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Autoconverted link &lt;a href="https://github.com/nodeca/pica"&gt;https://github.com/nodeca/pica&lt;/a&gt; (enable linkify to see)&lt;/p&gt;

&lt;h2&gt;
  
  
  Images
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VxI4MRmE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://octodex.github.com/images/minion.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VxI4MRmE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://octodex.github.com/images/minion.png" alt="Minion"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--tTwSHs-T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://octodex.github.com/images/stormtroopocat.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tTwSHs-T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://octodex.github.com/images/stormtroopocat.jpg" alt="Stormtroopocat" title="The Stormtroopocat"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Like links, Images also have a footnote style syntax&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cXVU9vEM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://octodex.github.com/images/dojocat.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cXVU9vEM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://octodex.github.com/images/dojocat.jpg" alt="Alt text" title="The Dojocat"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With a reference later in the document defining the URL location:&lt;/p&gt;

&lt;h2&gt;
  
  
  Plugins
&lt;/h2&gt;

&lt;p&gt;The killer feature of &lt;code&gt;markdown-it&lt;/code&gt; is very effective support of&lt;br&gt;
&lt;a href="https://www.npmjs.org/browse/keyword/markdown-it-plugin"&gt;syntax plugins&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/markdown-it/markdown-it-emoji"&gt;Emojies&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;Classic markup: 😉 :crush: 😢 :tear: 😆 😋&lt;/p&gt;

&lt;p&gt;Shortcuts (emoticons): :-) :-( 8-) ;)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;see &lt;a href="https://github.com/markdown-it/markdown-it-emoji#change-output"&gt;how to change output&lt;/a&gt; with twemoji.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/markdown-it/markdown-it-sub"&gt;Subscript&lt;/a&gt; / &lt;a href="https://github.com/markdown-it/markdown-it-sup"&gt;Superscript&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;19^th^&lt;/li&gt;
&lt;li&gt;H~2~O&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/markdown-it/markdown-it-ins"&gt;&amp;lt;ins&amp;gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;++Inserted text++&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/markdown-it/markdown-it-mark"&gt;&amp;lt;mark&amp;gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;==Marked text==&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/markdown-it/markdown-it-footnote"&gt;Footnotes&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Footnote 1 link&lt;sup id="fnref1"&gt;1&lt;/sup&gt;.&lt;/p&gt;

&lt;p&gt;Footnote 2 link&lt;sup id="fnref2"&gt;2&lt;/sup&gt;.&lt;/p&gt;

&lt;p&gt;Inline footnote^[Text of inline footnote] definition.&lt;/p&gt;

&lt;p&gt;Duplicated footnote reference&lt;sup id="fnref2"&gt;2&lt;/sup&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/markdown-it/markdown-it-deflist"&gt;Definition lists&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Term 1&lt;/p&gt;

&lt;p&gt;:   Definition 1&lt;br&gt;
with lazy continuation.&lt;/p&gt;

&lt;p&gt;Term 2 with &lt;em&gt;inline markup&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;:   Definition 2&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    { some code, part of Definition 2 }

Third paragraph of definition 2.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;em&gt;Compact style:&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Term 1&lt;br&gt;
  ~ Definition 1&lt;/p&gt;

&lt;p&gt;Term 2&lt;br&gt;
  ~ Definition 2a&lt;br&gt;
  ~ Definition 2b&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/markdown-it/markdown-it-abbr"&gt;Abbreviations&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;This is HTML abbreviation example.&lt;/p&gt;

&lt;p&gt;It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.&lt;/p&gt;

&lt;p&gt;*[HTML]: Hyper Text Markup Language&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://github.com/markdown-it/markdown-it-container"&gt;Custom containers&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;::: warning&lt;br&gt;
&lt;em&gt;here be dragons&lt;/em&gt;&lt;br&gt;
:::&lt;/p&gt;




&lt;ol&gt;

&lt;li id="fn1"&gt;
&lt;p&gt;Footnote &lt;strong&gt;can have markup&lt;/strong&gt; ↩&lt;/p&gt;

&lt;p&gt;and multiple paragraphs.&lt;/p&gt;
&lt;/li&gt;

&lt;li id="fn2"&gt;
&lt;p&gt;Footnote text. ↩&lt;/p&gt;
&lt;/li&gt;

&lt;/ol&gt;

</description>
      <category>testing</category>
      <category>api</category>
    </item>
    <item>
      <title>Test</title>
      <dc:creator>securibee 🐝</dc:creator>
      <pubDate>Wed, 01 Apr 2020 01:03:39 +0000</pubDate>
      <link>https://dev.to/securibee/test-i47</link>
      <guid>https://dev.to/securibee/test-i47</guid>
      <description>&lt;h2&gt;
  
  
  This is a test
&lt;/h2&gt;

&lt;p&gt;I wanted to see if my webhook and API works.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--r2b3te_a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sast3uus0ls6jhycn66x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--r2b3te_a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sast3uus0ls6jhycn66x.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
    </item>
  </channel>
</rss>
