<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>altrotag &amp;mdash; Cyberdyne Systems</title>
    <link>https://noblogo.org/aytin/tag:altrotag</link>
    <description>&#34;Fare o non fare. Non c&#39;è provare!&#34;</description>
    <pubDate>Thu, 30 Apr 2026 12:59:13 +0000</pubDate>
    <item>
      <title>Promemoria</title>
      <link>https://noblogo.org/aytin/promemoria</link>
      <description>&lt;![CDATA[markdown&#xA;smalliFonte: a https://en.m.wikipedia.org/wiki/File:Markdown-mark.svg&#34;Wikipedia/a/i/small&#xA;&#xA;Il markdown che uso su noblogo con l&#39;aggiunta di un po&#39; di html per quello che, con il markdown, non riesco ad ottenere.&#xA;!--more--&#xA;1. Formattazione&#xA;- Header (sintassi):&#xA;&#xA;  \# This is the biggest header (h1)&#xA;  \#\# This is still a big header (h2)&#xA;  \#\#\# This is a smaller header (h3)&#xA;  \#\#\#\# This is a smaller header (h4)&#xA;  \#\#\#\#\# This is a smaller header (h5)&#xA;  \#\#\#\#\#\# This is the smallest header you can make (h6)&#xA;&#xA;- Header (esempio):&#xA;&#xA;This is the biggest header (h1)&#xA;This is still a big header (h2)&#xA;This is a smaller header (h3)&#xA;This is a smaller header (h4)&#xA;This is a smaller header (h5)&#xA;This is the smallest header you can make (h6)&#xA;---&#xA;- Grassetto (sintassi):&#xA;&#xA;  Lorem \\ipsum dolor\\ sit amet&#xA;&#xA;- Grassetto (esempio):&#xA;&#xA;Lorem ipsum dolor sit amet&#xA;---&#xA;- Corsivo (sintassi):&#xA;&#xA;  Lorem \ipsum dolor\ sit amet&#xA;&#xA;- Corsivo (esempio):&#xA;&#xA;Lorem ipsum dolor sit amet&#xA;---&#xA;- Corsivo e grassetto (sintassi):&#xA;&#xA;  \Lorem ipsum dolor sit \\amet, consectetur\\ adipiscing elit.\&#xA;&#xA;- Corsivo e grassetto (esempio):&#xA;&#xA;Lorem ipsum dolor sit amet, consectetur adipiscing elit.&#xA;---&#xA;- Barrato (sintassi):&#xA;&#xA;  Lorem \~\~iuppssum\~\~ ipsum dolor sit amet&#xA;&#xA;- Barrato (esempio):&#xA;&#xA;Lorem iuppssum ipsum dolor sit amet&#xA;2. Liste&#xA;- Lista puntata (sintassi):&#xA;&#xA;  \ elem 1 &#xA;  \ elem 1.1&#xA;  \ elem 1.2&#xA;  \ elem 2&#xA;  \ elem 3&#xA;&#xA;- Lista puntata (esempio):&#xA;&#xA;elem 1&#xA;   elem 1.1&#xA;   elem 1.2&#xA;elem 2&#xA;elem 3&#xA;&#xA;---&#xA;- Lista numerata (sintassi):&#xA;&#xA;  1\. elem 1&#xA;  1\. elem 2&#xA;  1\. elem 2.1&#xA;  1\. elem 2.2&#xA;  1\. elem 1.2&#xA;&#xA;- Lista numerata (esempio):&#xA;&#xA;elem 1&#xA;elem 2&#xA;   elem 2.1&#xA;   elem 2.2&#xA;elem 1.2&#xA;&#xA;3. Link e immagini&#xA;- Immagine (sintassi):&#xA;&#xA;  \!\[testo\]\(https://url\)&#xA;&#xA;-  Link (sintassi):&#xA;&#xA;  \[testo\]\(https://url\)&#xA;&#xA;4. Citazioni e syntax highlighting&#xA;- Quotes (sintassi):&#xA;&#xA;  \  Duis suscipit ex id leo tristique sagittis.&#xA;  \  Sed vitae volutpat erat, at vestibulum dolor.&#xA;&#xA;---&#xA;- Codice inline (sintassi):&#xA;&#xA;  \ps -ef | grep python\&#xA;&#xA;- Codice inline (esempio):&#xA;&#xA;ps -ef | grep python&#xA;---&#xA;### - Syntax highlighting  (sintassi) smalla id=&#34;linkmarkdown&#34; title=&#34;vai alla nota 1&#34; href=&#34;#markdown&#34;supstrong [1] /strong/sup/a/small:&#xA;&#xA;  \\\`bash &#xA;  \#\!/usr/bin/bash&#xA;  ...&#xA;  \# Modifica la chiave privata&#xA;  KEY\MOD=&#34;${KEY}&#34;&#xA;  echo&#xA;&#xA;  while true; do&#xA;  echo -en &#34;Chiave privata: ${KEY}\nInserisci la nuova chiave privata: &#34;; read KEY\MOD&#xA;  if \[\[ -z $KEY\MOD \]\]; then&#xA;  KEYMOD=&#34;${KEY}&#34;; break&#xA;  elif \[\[ ! $(echo &#34;${KEY\MOD}&#34; | oathtool -b - 2  /dev/null) \]\]; then&#xA;  err\msg &#34;${INVALID\KEY\ERR}&#34; 0; KEY\MOD=&#34;${KEY}&#34;&#xA;  else&#xA;  break&#xA;  fi&#xA;  done&#xA;...&#xA;  \\\`&#xA;&#xA;- Syntax highlighting  (esempio):&#xA;&#xA;!/usr/bin/bash&#xA;...&#xA;Modifica la chiave privata&#xA;    KEYMOD=&#34;${KEY}&#34;&#xA;    echo&#xA;&#xA;    while true; do&#xA;        echo -en &#34;Chiave privata: ${KEY}\nInserisci la nuova chiave privata: &#34;; read KEYMOD&#xA;        if [[ -z $KEYMOD ]]; then&#xA;            KEYMOD=&#34;${KEY}&#34;; break&#xA;        elif [[ ! $(echo &#34;${KEYMOD}&#34; | oathtool -b - 2  /dev/null) ]]; then&#xA;            errmsg &#34;${INVALIDKEYERR}&#34; 0; KEYMOD=&#34;${KEY}&#34;&#xA;        else&#xA;            break&#xA;        fi&#xA;    done&#xA;...&#xA;5. Misc&#xA;- Elenco di riferimenti (sintassi):&#xA;&#xA;  \\Riferimenti:\\&#xA;&#xA;  \small\&#xA;    1\. \i\\a href=&#34;https:/url\riferimento1&#34;\riferimento1\/a\\/i\&#xA;  1\. \i\\a href=&#34;https:/url\riferimento2&#34;\riferimento2\/a\\/i\&#xA;  1\. \i\\a href=&#34;https:/url\riferimento3&#34;\riferimento3\/a\\/i\&#xA;  ...&#xA;  \/small\&#xA;&#xA;- Elenco di riferimenti (esempio):&#xA;&#xA;Elenco di link:&#xA;&#xA;small&#xA;&#xA;ia href=&#34;https://urlriferimento1&#34;riferimento1/a/i&#xA;ia href=&#34;https://urlriferimento2&#34;riferimento2/a/i&#xA;ia href=&#34;https://urlriferimento3&#34;riferimento3/a/i&#xA;...&#xA;&#xA;/small&#xA;&#xA;---&#xA;- TOC (sintassi):&#xA;&#xA;  1\. \a href=&#34;\#anchor1&#34;\Capitolo 1\/a\&#xA;  2\. \a href=&#34;\#anchor12&#34;\Capitolo 1.2\/a\&#xA;  1\. \a href=&#34;\#anchor2&#34;\Capitolo 2\/a\&#xA;  2\. \a href=&#34;\#anchor21&#34;\Capitolo 2.1\/a\&#xA;  2\. \a href=&#34;\#anchor22&#34;\Capitolo 2.2\/a\&#xA;  2\. \a href=&#34;\#anchor22&#34;\Capitolo 2.3\/a\&#xA;  1\. \a href=&#34;\#anchor3&#34;\Capitolo 3\/a\&#xA;  ...&#xA;  \#\# \a id=&#34;anchor1&#34;\Capitolo 1\/a\&#xA;  \#\#\# \a id=&#34;anchor12&#34;\Capitolo 1.2\/a\&#xA;  \#\# \a id=&#34;anchor2&#34;\Capitolo 2\/a\&#xA;  \#\#\# \a id=&#34;anchor21&#34;\Capitolo 2.1\/a\&#xA;  \#\#\# \a id=&#34;anchor22&#34;\Capitolo 2.2\/a\&#xA;  \#\#\# \a id=&#34;anchor23&#34;\Capitolo 2.3\/a\&#xA;  \#\# \a id=&#34;anchor3&#34;\Capitolo 3\/a\&#xA;&#xA;- TOC (esempio):&#xA;&#xA;a href=&#34;#anchor1&#34;Capitolo 1/a&#xA;   a href=&#34;#anchor12&#34;Capitolo 1.2/a&#xA;a href=&#34;#anchor2&#34;Capitolo 2/a&#xA;   a href=&#34;#anchor21&#34;Capitolo 2.1/a&#xA;   a href=&#34;#anchor22&#34;Capitolo 2.2/a&#xA;   a href=&#34;#anchor22&#34;Capitolo 2.3/a&#xA;a href=&#34;#anchor3&#34;Capitolo 3/a&#xA;&#xA;...&#xA;a id=&#34;anchor1&#34;Capitolo 1/a&#xA;a id=&#34;anchor12&#34;Capitolo 1.2/a&#xA;a id=&#34;anchor2&#34;Capitolo 2/a&#xA;a id=&#34;anchor21&#34;Capitolo 2.1/a&#xA;a id=&#34;anchor22&#34;Capitolo 2.2/a&#xA;a id=&#34;anchor23&#34;Capitolo 2.3/a&#xA;a id=&#34;anchor3&#34;Capitolo 3/a&#xA;---&#xA;- Footnotes (sintassi):&#xA;&#xA;  Lorem ipsum dolor sit amet, consectetur adipiscing elit. \small\\a id=&#34;link\nota\1&#34; title=&#34;vai alla nota 1&#34; href=&#34;\#nota\1&#34;\\sup\\strong\ [1] \/strong\\/sup\\/a\\/small\Proin lacinia mi tellus, ut cursus nibh bibendum eu.&#xA;&#xA;  Cras pretium ultrices scelerisque. In ultricies libero in vehicula semper.\small\\a id=&#34;link\nota\2&#34; title=&#34;vai alla nota 2&#34; href=&#34;\#nota\2&#34;\\sup\\strong\ [2] \/strong\\/sup\\/a\\/small\Etiam quam nisi, dapibus ac tempor vel, vestibulum eu diam.&#xA;    ...&#xA;    \\Note:\\*&#xA;  \small\&#xA;    1\. Questa è la nota 1\a id=&#34;nota\1&#34; title=&#34;torna su&#34; \&lt;href=&#34;\#link\nota\1&#34;\\sup\\b\ [↵] \/b\\/sup\\/a\&#xA;  1\. E questa è la nota 2\a id=&#34;nota\2&#34; title=&#34;torna su&#34; href=&#34;\#link\nota2&#34;\\sup\\b\ [↵] \/b\\/sup\\/a\&#xA;    \/small\&#xA;&#xA;- Footnotes (esempio):&#xA;&#xA;Lorem ipsum dolor sit amet, consectetur adipiscing elit. smalla id=&#34;linknota1&#34; title=&#34;vai alla nota 1&#34; href=&#34;#nota1&#34;supstrong [1] /strong/sup/a/smallProin lacinia mi tellus, ut cursus nibh bibendum eu.&#xA;&#xA;Cras pretium ultrices scelerisque. In ultricies libero in vehicula semper.smalla id=&#34;linknota2&#34; title=&#34;vai alla nota 2&#34; href=&#34;#nota2&#34;supstrong [2] /strong/sup/a/smallEtiam quam nisi, dapibus ac tempor vel, vestibulum eu diam.&#xA;...&#xA;&#xA;Note:&#xA;small&#xA;&#xA;Questa è la nota 1a id=&#34;nota1&#34; title=&#34;torna su&#34; href=&#34;#linknota1&#34;supb [↵] /b/sup/a&#xA;E questa è la nota 2a id=&#34;nota2&#34; title=&#34;torna su&#34; href=&#34;#linknota2&#34;supb [↵] /b/sup/a&#xA;&#xA;/small&#xA;&#xA;---&#xA;- Aggiunta tags (sintassi):&#xA;&#xA;  #tagsub1/sub #tagsub2/sub #altroTag &#xA;&#xA;- Aggiunta tags (esempio):&#xA;&#xA;#tagsub1/sub #tagsub2/sub #altroTag&#xA;---&#xA;- Leggitutto (sintassi):&#xA;&#xA;  \!\-\-more\-\-\&#xA;&#xA;---&#xA;Separatore orizzontale (sintassi):&#xA;&#xA;  \-\-\-&#xA;&#xA;Note:&#xA;small&#xA;&#xA;https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexersa id=&#34;markdown&#34; title=&#34;torna su&#34; href=&#34;#link_markdown&#34;supb [↵] /b/sup/a&#xA;&#xA;/small&#xA;&#xA;markdown]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://pixelfed.uno/storage/m/_v2/489827599091373610/7321b8e85-c3df53/4zu0YTmVTAcW/UWXBCnjpsvMm0ZtS9KQNHyVPVQtFEyuQL6dpkUyy.png" alt="markdown">
<small><i>Fonte: Wikipedia</i></small></p>

<p>Il markdown che uso su noblogo con l&#39;aggiunta di un po&#39; di html per quello che, con il markdown, non riesco ad ottenere.
</p>

<h2 id="1-formattazione">1. Formattazione</h2>

<h3 id="header-sintassi">– Header (sintassi):</h3>

<blockquote><p># This is the biggest header (h1)
## This is still a big header (h2)
### This is a smaller header (h3)
#### This is a smaller header (h4)
##### This is a smaller header (h5)
###### This is the smallest header you can make (h6)</p></blockquote>

<h3 id="header-esempio">– Header (esempio):</h3>

<h1 id="this-is-the-biggest-header-h1">This is the biggest header (h1)</h1>

<h2 id="this-is-still-a-big-header-h2">This is still a big header (h2)</h2>

<h3 id="this-is-a-smaller-header-h3">This is a smaller header (h3)</h3>

<h4 id="this-is-a-smaller-header-h4">This is a smaller header (h4)</h4>

<h5 id="this-is-a-smaller-header-h5">This is a smaller header (h5)</h5>

<h6 id="this-is-the-smallest-header-you-can-make-h6">This is the smallest header you can make (h6)</h6>

<hr>

<h3 id="grassetto-sintassi">– Grassetto (sintassi):</h3>

<blockquote><p>Lorem **ipsum dolor** sit amet</p></blockquote>

<h3 id="grassetto-esempio">– Grassetto (esempio):</h3>

<p>Lorem <strong>ipsum dolor</strong> sit amet</p>

<hr>

<h3 id="corsivo-sintassi">– Corsivo (sintassi):</h3>

<blockquote><p>Lorem _ipsum dolor_ sit amet</p></blockquote>

<h3 id="corsivo-esempio">– Corsivo (esempio):</h3>

<p>Lorem <em>ipsum dolor</em> sit amet</p>

<hr>

<h3 id="corsivo-e-grassetto-sintassi">– Corsivo e grassetto (sintassi):</h3>

<blockquote><p>_Lorem ipsum dolor sit **amet, consectetur** adipiscing elit._</p></blockquote>

<h3 id="corsivo-e-grassetto-esempio">– Corsivo e grassetto (esempio):</h3>

<p><em>Lorem ipsum dolor sit <strong>amet, consectetur</strong> adipiscing elit.</em></p>

<hr>

<h3 id="barrato-sintassi">– Barrato (sintassi):</h3>

<blockquote><p>Lorem ~~iuppssum~~ ipsum dolor sit amet</p></blockquote>

<h3 id="barrato-esempio">– Barrato (esempio):</h3>

<p>Lorem <del>iuppssum</del> ipsum dolor sit amet</p>

<h2 id="2-liste">2. Liste</h2>

<h3 id="lista-puntata-sintassi">– Lista puntata (sintassi):</h3>

<blockquote><p>* elem 1
  * elem 1.1
  * elem 1.2
* elem 2
* elem 3</p></blockquote>

<h3 id="lista-puntata-esempio">– Lista puntata (esempio):</h3>
<ul><li>elem 1
<ul><li>elem 1.1</li>
<li>elem 1.2</li></ul></li>
<li>elem 2</li>
<li>elem 3</li></ul>

<hr>

<h3 id="lista-numerata-sintassi">– Lista numerata (sintassi):</h3>

<blockquote><p>1. elem 1
1. elem 2
     1. elem 2.1
     1. elem 2.2
1. elem 1.2</p></blockquote>

<h3 id="lista-numerata-esempio">– Lista numerata (esempio):</h3>
<ol><li>elem 1</li>
<li>elem 2
<ol><li>elem 2.1</li>
<li>elem 2.2</li></ol></li>
<li>elem 1.2</li></ol>

<h2 id="3-link-e-immagini">3. Link e immagini</h2>

<h3 id="immagine-sintassi">– Immagine (sintassi):</h3>

<blockquote><p>![testo](<a href="https://url" rel="nofollow">https://url</a>)</p></blockquote>

<p><strong>–  Link (sintassi):</strong></p>

<blockquote><p>[testo](<a href="https://url" rel="nofollow">https://url</a>)</p></blockquote>

<h2 id="4-citazioni-e-syntax-highlighting">4. Citazioni e syntax highlighting</h2>

<h3 id="quotes-sintassi">– Quotes (sintassi):</h3>

<blockquote><p>&gt; Duis suscipit ex id leo tristique sagittis.
&gt; Sed vitae volutpat erat, at vestibulum dolor.</p></blockquote>

<hr>

<h3 id="codice-inline-sintassi">– Codice inline (sintassi):</h3>

<blockquote><p>`ps -ef | grep python`</p></blockquote>

<h3 id="codice-inline-esempio">– Codice inline (esempio):</h3>

<p><code>ps -ef | grep python</code></p>

<hr>

<h3 id="syntax-highlighting-sintassi-small-a-id-link-markdown-title-vai-alla-nota-1-href-markdown-sup-strong-1-strong-sup-a-small">– Syntax highlighting  (sintassi) <small><a id="link_markdown" title="vai alla nota 1" href="#markdown" rel="nofollow"><sup><strong> [1] </strong></sup></a></small>:</h3>

<blockquote><p>```bash
#!/usr/bin/bash
...
# Modifica la chiave privata
   KEY_MOD=“${KEY}”
   echo</p>

<p>   while true; do
       echo -en “Chiave privata: ${KEY}\nInserisci la nuova chiave privata: “; read KEY_MOD
       if [[ -z $KEY_MOD ]]; then
           KEY_MOD=“${KEY}”; break
       elif [[ ! $(echo “${KEY_MOD}” | oathtool -b – 2&gt;/dev/null) ]]; then
           err_msg “${INVALID_KEY_ERR}” 0; KEY_MOD=“${KEY}”
       else
           break
       fi
   done
...
```</p></blockquote>

<p><strong>– Syntax highlighting  (esempio):</strong></p>

<pre><code class="language-bash">#!/usr/bin/bash
...
# Modifica la chiave privata
    KEY_MOD=&#34;${KEY}&#34;
    echo

    while true; do
        echo -en &#34;Chiave privata: ${KEY}\nInserisci la nuova chiave privata: &#34;; read KEY_MOD
        if [[ -z $KEY_MOD ]]; then
            KEY_MOD=&#34;${KEY}&#34;; break
        elif [[ ! $(echo &#34;${KEY_MOD}&#34; | oathtool -b - 2&gt;/dev/null) ]]; then
            err_msg &#34;${INVALID_KEY_ERR}&#34; 0; KEY_MOD=&#34;${KEY}&#34;
        else
            break
        fi
    done
...
</code></pre>

<h2 id="5-misc">5. Misc</h2>

<h3 id="elenco-di-riferimenti-sintassi">– Elenco di riferimenti (sintassi):</h3>

<blockquote><p>**Riferimenti:**</p>

<p>&lt;small&gt;</p>

<p>1. &lt;i&gt;&lt;a href=“https:/url_riferimento1”&gt;riferimento1&lt;/a&gt;&lt;/i&gt;
1. &lt;i&gt;&lt;a href=“https:/url_riferimento2”&gt;riferimento2&lt;/a&gt;&lt;/i&gt;
1. &lt;i&gt;&lt;a href=“https:/url_riferimento3”&gt;riferimento3&lt;/a&gt;&lt;/i&gt;
...
&lt;/small&gt;</p></blockquote>

<h3 id="elenco-di-riferimenti-esempio">– Elenco di riferimenti (esempio):</h3>

<p><strong>Elenco di link:</strong></p>

<p><small></p>
<ol><li><i><a href="https://url_riferimento1" rel="nofollow">riferimento1</a></i></li>
<li><i><a href="https://url_riferimento2" rel="nofollow">riferimento2</a></i></li>
<li><i><a href="https://url_riferimento3" rel="nofollow">riferimento3</a></i>
...</li></ol>

<p></small></p>

<hr>

<h3 id="toc-sintassi">– TOC (sintassi):</h3>

<blockquote><p>1. &lt;a href=”#anchor1”&gt;Capitolo 1&lt;/a&gt;
  2. &lt;a href=”#anchor12”&gt;Capitolo 1.2&lt;/a&gt;
1. &lt;a href=”#anchor2”&gt;Capitolo 2&lt;/a&gt;
  2. &lt;a href=”#anchor21”&gt;Capitolo 2.1&lt;/a&gt;
  2. &lt;a href=”#anchor22”&gt;Capitolo 2.2&lt;/a&gt;
  2. &lt;a href=”#anchor22”&gt;Capitolo 2.3&lt;/a&gt;
1. &lt;a href=”#anchor3”&gt;Capitolo 3&lt;/a&gt;
...
## &lt;a id=“anchor1”&gt;Capitolo 1&lt;/a&gt;
### &lt;a id=“anchor12”&gt;Capitolo 1.2&lt;/a&gt;
## &lt;a id=“anchor2”&gt;Capitolo 2&lt;/a&gt;
### &lt;a id=“anchor21”&gt;Capitolo 2.1&lt;/a&gt;
### &lt;a id=“anchor22”&gt;Capitolo 2.2&lt;/a&gt;
### &lt;a id=“anchor23”&gt;Capitolo 2.3&lt;/a&gt;
## &lt;a id=“anchor3”&gt;Capitolo 3&lt;/a&gt;</p></blockquote>

<h3 id="toc-esempio">– TOC (esempio):</h3>
<ol><li><a href="#anchor1" rel="nofollow">Capitolo 1</a>
<ol><li><a href="#anchor12" rel="nofollow">Capitolo 1.2</a></li></ol></li>
<li><a href="#anchor2" rel="nofollow">Capitolo 2</a>
<ol><li><a href="#anchor21" rel="nofollow">Capitolo 2.1</a></li>
<li><a href="#anchor22" rel="nofollow">Capitolo 2.2</a></li>
<li><a href="#anchor22" rel="nofollow">Capitolo 2.3</a></li></ol></li>
<li><a href="#anchor3" rel="nofollow">Capitolo 3</a></li></ol>

<p>...</p>

<h2 id="a-id-anchor1-capitolo-1-a"><a id="anchor1">Capitolo 1</a></h2>

<h3 id="a-id-anchor12-capitolo-1-2-a"><a id="anchor12">Capitolo 1.2</a></h3>

<h2 id="a-id-anchor2-capitolo-2-a"><a id="anchor2">Capitolo 2</a></h2>

<h3 id="a-id-anchor21-capitolo-2-1-a"><a id="anchor21">Capitolo 2.1</a></h3>

<h3 id="a-id-anchor22-capitolo-2-2-a"><a id="anchor22">Capitolo 2.2</a></h3>

<h3 id="a-id-anchor23-capitolo-2-3-a"><a id="anchor23">Capitolo 2.3</a></h3>

<h2 id="a-id-anchor3-capitolo-3-a"><a id="anchor3">Capitolo 3</a></h2>

<hr>

<h3 id="footnotes-sintassi">– Footnotes (sintassi):</h3>

<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. &lt;small&gt;&lt;a id=“link_nota_1” title=“vai alla nota 1” href=”#nota_1”&gt;&lt;sup&gt;&lt;strong&gt; [1] &lt;/strong&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/small&gt;Proin lacinia mi tellus, ut cursus nibh bibendum eu.</p>

<p>Cras pretium ultrices scelerisque. In ultricies libero in vehicula semper.&lt;small&gt;&lt;a id=“link_nota_2” title=“vai alla nota 2” href=”#nota_2”&gt;&lt;sup&gt;&lt;strong&gt; [2] &lt;/strong&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/small&gt;Etiam quam nisi, dapibus ac tempor vel, vestibulum eu diam.</p>

<p>...</p>

<p>**Note:**
&lt;small&gt;</p>

<p>1. Questa è la nota 1&lt;a id=“nota_1” title=“torna su” &lt;href=”#link_nota_1”&gt;&lt;sup&gt;&lt;b&gt; [↵] &lt;/b&gt;&lt;/sup&gt;&lt;/a&gt;
1. E questa è la nota 2&lt;a id=“nota_2” title=“torna su” href=”#link_nota_2”&gt;&lt;sup&gt;&lt;b&gt; [↵] &lt;/b&gt;&lt;/sup&gt;&lt;/a&gt;</p>

<p>&lt;/small&gt;</p></blockquote>

<h3 id="footnotes-esempio">– Footnotes (esempio):</h3>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <small><a id="link_nota_1" title="vai alla nota 1" href="#nota_1" rel="nofollow"><sup><strong> [1] </strong></sup></a></small>Proin lacinia mi tellus, ut cursus nibh bibendum eu.</p>

<p>Cras pretium ultrices scelerisque. In ultricies libero in vehicula semper.<small><a id="link_nota_2" title="vai alla nota 2" href="#nota_2" rel="nofollow"><sup><strong> [2] </strong></sup></a></small>Etiam quam nisi, dapibus ac tempor vel, vestibulum eu diam.
...</p>

<p><strong>Note:</strong>
<small></p>
<ol><li>Questa è la nota 1<a id="nota_1" title="torna su" href="#link_nota_1" rel="nofollow"><sup><b> [↵] </b></sup></a></li>
<li>E questa è la nota 2<a id="nota_2" title="torna su" href="#link_nota_2" rel="nofollow"><sup><b> [↵] </b></sup></a></li></ol>

<p></small></p>

<hr>

<h3 id="aggiunta-tags-sintassi">– Aggiunta tags (sintassi):</h3>

<blockquote><p><a href="/aytin/tag:tag" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tag</span></a><sub>1</sub> <a href="/aytin/tag:tag" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tag</span></a><sub>2</sub> <a href="/aytin/tag:altroTag" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">altroTag</span></a></p></blockquote>

<h3 id="aggiunta-tags-esempio">– Aggiunta tags (esempio):</h3>

<p><a href="/aytin/tag:tag" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tag</span></a><sub>1</sub> <a href="/aytin/tag:tag" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tag</span></a><sub>2</sub> <a href="/aytin/tag:altroTag" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">altroTag</span></a></p>

<hr>

<h3 id="leggitutto-sintassi">– Leggitutto (sintassi):</h3>

<blockquote><p>&lt;!--more--&gt;</p></blockquote>

<hr>

<h3 id="separatore-orizzontale-sintassi">Separatore orizzontale (sintassi):</h3>

<blockquote><p>---</p></blockquote>

<p><strong>Note:</strong>
<small></p>
<ol><li><a href="https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers" rel="nofollow">https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers</a><a id="markdown" title="torna su" href="#link_markdown" rel="nofollow"><sup><b> [↵] </b></sup></a></li></ol>

<p></small></p>

<p><a href="/aytin/tag:markdown" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">markdown</span></a></p>
]]></content:encoded>
      <guid>https://noblogo.org/aytin/promemoria</guid>
      <pubDate>Sun, 10 Mar 2024 10:00:03 +0000</pubDate>
    </item>
  </channel>
</rss>