-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
0 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1 @@ | ||
# Methodologies-lab-1 | ||
|
||
Це текст у форматі Markdown. В межах нашої роботи ми розглядаємо дуже урізану підмножину цієї мови розмітки. Текст можна розділяти на абзаци, лишаючи між абзацами 1 (один) порожній рядок. | ||
|
||
Ми можемо виділяти текст **жирним**, робити його _курсивним_ або `фіксованої ширини`. Також є можливість зберігати фрагменти преформатованого тексту: | ||
``` | ||
Цей текст є преформатований. | ||
Це означає, що він відобразиться, як є, і жодне інше форматування, як от **жирний** чи _курсив_ на нього не | ||
впливає. А ще тут усі пробіли, відступи та перенесення рядка зберігаються як є | ||
``` | ||
|
||
---------------------- | ||
**bold text** | ||
|
||
_italic fragment_ | ||
|
||
`monospaced` | ||
|
||
``` | ||
This text is **preformatted** | ||
And can have multiple paragraphs | ||
``` | ||
|
||
Paragraph1. Lorem Ipsum Dolor Sit Amet. | ||
This is still paragraph 1. | ||
|
||
And after a blank line this is paragraph 2. | ||
|
||
---------------------- | ||
**`_this is invalid_`** | ||
|
||
_ - а це нижнє підкреслення | ||
|
||
’_’ - теж ок | ||
|
||
snake_case | ||
_italic case_ | ||
|
||
_кінця-краю немає | ||
|
||
**bold** <b>bold</b> | ||
|
||
_italic_ <i>italic</i> | ||
|
||
`monospaced` <tt>monospaced</tt> | ||
|
||
``` | ||
Preformatted text **He He** | ||
``` | ||
|
||
<pre> | ||
Preformatted text **He He** | ||
</pre> | ||
|
||
|
||
Paragraph1. Lorem Ipsum Dolor Sit Amet. | ||
This is still paragraph 1. | ||
|
||
And after a blank line this is paragraph 2. | ||
|
||
|
||
<p>Paragraph1. Lorem Ipsum Dolor Sit Amet. | ||
This is still paragraph 1.</p> | ||
<p>And after a blank line this is paragraph 2.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters