Test
Пример большой страницы, разделенной на части для удобства редактирования
Contents
Visual
? question
i info
! warning
<span class="ques">?</span> question
<span class="info">i</span> info
<span class="warn">!</span> warning
Code
одиночные кавычки
<code class="language-plaintext highlighter-rouge">одиночные кавычки</code>
тройные кавычки в строку
<code class="language-plaintext highlighter-rouge">тройные кавычки в строку</code>
строка окруженная тройными кавычками
<div class="language-plaintext highlighter-rouge">
	<div class="highlight">
		<pre class="highlight"><code>
		строка окруженная тройными кавычками
		</code></pre>
	</div>
</div>
4 пробела в начале строки
<div class="highlight">
	<pre class="highlight"><code>
	4 пробела в начале строки
	</code></pre>
</div>
текст в теге code...
<code>текст в теге code...</code>
строка окруженная тегом code.
<code>
строка окруженная тегом code.
</code>
строка окруженная тегом pre.
<pre>строка окруженная тегом pre.
</pre>
строка окруженная тегами pre code.
<pre><code>
строка окруженная тегами pre code.
</code></pre>
Тест іконок
https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md
| pict | code | 
    
|---|---|
| :anger: | :anger: | 
    
| :boom: | :boom: | 
    
| :bomb: | :bomb: | 
    
| :owl: | :owl: | 
    
| :bug: | :bug: | 
    
| :lady_beetle: | :lady_beetle: | 
    
| :hotsprings: | :hotsprings: | 
    
| :anchor: | :anchor: | 
    
| :hourglass: | :hourglass: | 
    
| :sunny: | :sunny: | 
    
| :star: | :star: | 
    
| :rainbow: | :rainbow: | 
    
| :zap: | :zap: | 
    
| :cyclone: | :cyclone: | 
    
| :fire: | :fire: | 
    
| :tada: | :tada: | 
    
| :dart: | :dart: | 
    
| :heart: | :heart: | 
    
| :hearts: | :hearts: | 
    
| :diamonds: | :diamonds: | 
    
| :ukraine: | :ukraine: | 
    
| :gem: | :gem: | 
    
| :pushpin: | :pushpin: | 
    
| :link: | :link: | 
    
| :gear: | :gear: | 
    
| :shit: | :shit: | 
    
| :telephone_receiver: | :telephone_receiver: | 
    
| :mega: | :mega: | 
    
| :book: | :book: | 
    
| :key: | :key: | 
    
| :warning: | :warning: | 
    
| :no_entry: | :no_entry: | 
    
| :no_entry_sign: | :no_entry_sign: | 
    
| :radioactive: | :radioactive: | 
    
| :arrow_right: | :arrow_right: | 
    
| :high_brightness: | :high_brightness: | 
    
| :x: | :x: | 
    
| :heavy_multiplication_x: | :heavy_multiplication_x: | 
    
| :heavy_plus_sign: | :heavy_plus_sign: | 
    
| :heavy_minus_sign: | :heavy_minus_sign: | 
    
| :heavy_division_sign: | :heavy_division_sign: | 
    
| :bangbang: | :bangbang: | 
    
| :interrobang: | :interrobang: | 
    
| :question: | :question: | 
    
| :exclamation: | :exclamation: | 
    
| :red_circle: | :red_circle: | 
    
| :zzz: | :zzz: | 
    
Command Line Template
Одна строка с командой
rsync --port=7777 ONLY
rsync --port=7777 ONLY
Команда и строки вывода информации
"rsync --port=7777 mymachine.example.com::pickup/"
Hello! Welcome to Martin's rsync server.
drwxr-xr-x        4096 2009/08/23 08:56:19 .
-rw-r--r--           0 2009/08/23 08:56:19 article21.html
-rw-r--r--           0 2009/08/23 08:56:19 design.txt
-rw-r--r--           0 2009/08/23 08:56:19 figure1.png
"rsync --port=7777 mymachine.example.com::pickup/"
Hello! Welcome to Martin's rsync server.
drwxr-xr-x        4096 2009/08/23 08:56:19 .
-rw-r--r--           0 2009/08/23 08:56:19 article21.html
-rw-r--r--           0 2009/08/23 08:56:19 design.txt
-rw-r--r--           0 2009/08/23 08:56:19 figure1.png
Команда и большое кол-во выводимой информации
"rsync --port=7777 mymachine.example.com::pickup/"
small="Hello! small Welcome to Martin's rsync server.
drwxr-xr-x        4096 2009/08/23 08:56:19 .
-rw-r--r--           0 2009/08/23 08:56:19 article21.html
-rw-r--r--           0 2009/08/23 08:56:19 design.txt
-rw-r--r--           0 2009/08/23 08:56:19 figure1.png
"rsync --port=7777 mymachine.example.com::pickup/"
small="Hello! small Welcome to Martin's rsync server.
drwxr-xr-x        4096 2009/08/23 08:56:19 .
-rw-r--r--           0 2009/08/23 08:56:19 article21.html
-rw-r--r--           0 2009/08/23 08:56:19 design.txt
-rw-r--r--           0 2009/08/23 08:56:19 figure1.png
Links
Full sql.RawBytes support.
Full [sql.RawBytes](https://golang.org/pkg/database/sql/#RawBytes) support.
Абсолютные и относительные
Можно указать абсолютную, “от корня”, но при этом, нужно использовать переменную site.baseurl:
[Apt]({{ site.baseurl }}/linux/soft/apt/)
или оносительную, от текущей директории:
[Apt](../../soft/apt/)
Мои ссылки
Для того, чтобы ссылки на другие сайты открывались в новом окне прописал в e-note/_includes/a.htm такой код
<a href="{{ include.url }}" target="_blank" rel="nofollow">
{%- if include.text -%}
  {{ include.text }}
{%- else -%}
  {{ include.url }}
{%- endif -%}
</a>
На страницах ссылка оформляется так:
{% include a.htm url="https://link.to" text="Link Description" %}
{% include a.htm url="" text="" %}  # for copy
Для отличия по цвету (зеленые - локальные, синие - внешние) в css:
a {
	color: green;
	text-decoration: none
}
a[href ^= "http"] {
  color: #0366d6;
}
a[href ^= "mailto"] {
  color: #0366d6;
}
Different
page.url | 
      /git/github/test/ | 
page.path | 
      git/github/test/README.md | 
page.id | 
      |
page.dir | 
      /git/github/test/ | 
page.name | 
      README.md | 
page.categories | 
      |
site.url | 
      https://olexsyn.github.io | 
site.baseurl | 
      /enote-old | 
abs_path | 
      /linux/soft | 
![]()  | 
      test | images | table | 
Test
Ctrl+Alt+Del - три кнопки нажаты одновременно
Ctrl K+U - Ctrl - удерживается, U и K - поочередно
https://webhamster.ru/mytetrashare/index/mtb0 - здесь много статей
Таблиці
GitHub не відібражає цей код як таблицю, а GitHub Pages - відібражає
one | two | three
| 1 | 2 | 3 | 
| one | two | three | 
| 1 | 2 | 3 | 
|---|---|---|
| one | two | three | 
| 1 | — | one | 
| 2 | — | two | 
| 3 | — | three | 
Lorem ipsum dolor sit amet, ? consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
test test test test test
<kbd>test</kbd>, <kbd>images</kbd>, <kbd>table</kbd>
test, images, table
![tags][tg] : <var>test, images, table</var>
 : test, images, table
**keys**: <i>test</i>, <i>images</i>, <i>table</i>
keys: test, images, table
<small><samp>test, images, table</samp></small>
test, images, table
tags: test, images, table