ajndca ca c ascnasxka sxéas
asxasxas
xasxasxasxa
saxasxasxa
ajndca ca c ascnasxka sxéas
asxasxas (aa)
xasxasxasxa
saxasxasxa
Ez itt lejjebb egy html bejegyzés.
A kiemelés nem látszik.
Structure
Paragraphs
A paragraph is one or more lines of text separated by one or more blank lines:
First paragraph.
Second paragraph.
When you indent paragraphs in Editor, Markdown will create a code block. To indent paragraphs for Preview, PDF Export, and Printing, use the option in Templates preferences.
You can allow a single return to start a new paragraph in Template settings. However, this behavior is incompatible with other websites and apps that use Markdown and is available mainly for compatibility with older versions of iA Writer. We recommend always separating paragraphs with a blank line.
To insert a line break within a paragraph, write two spaces or a backslash \ at the end of the line.
Twinkle, Twinkle Little Bat
How I wonder what you’re at!
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lists
Unordered lists can use hyphens, pluses, and asterisks as list markers, interchangeably:
- Red
- Green
- Blue
Ordered lists use numbers followed by periods:
- Red
- Green
- Blue
To make a task list, use a space or a letter x between square brackets after a list marker:
- Milk
- Bread
To make nested lists, indent list items by at least four spaces or a tab:
- Groceries
- Milk
To make a list item with more than one paragraph, indent additional paragraphs by extra fours spaces or a tab. You can use extra spaces after a list marker to align the first paragraph with subsequent paragraphs:
First paragraph.
Second paragraph.
First paragraph.
Blockquotes
First level, first paragraph.
Second level, first paragraph.
First level, second paragraph.
Definition Lists
- Markdown
- A lightweight markup language with plain text formatting syntax.
- A deliberate reduction in the selling price of retail merchandise.
Horizontal Rules
You can insert a horizontal rule by placing three or more hyphens or asterisks on a line by themselves:
Page Breaks
You can insert a page break for Microsoft Word or PDF export using three or more plus signs:
Formatting
Bold
You can use double asterisks or underscores to make bold text:
bold bold
Italic
You can use single asterisks or underscores to make italic text:
italic italic
Strikethrough
You can use double tildes to make strikethrough text:
strikethrough
Highlight
You can use double equals signs to highlight text:
highlight
Superscript
Simple superscript, without any whitespace or punctuation:
100m2
More complicated superscript:
y(a+b)
Subscript
Simple subscript, without any whitespace or punctuation:
xz
More complicated subscript:
xy,z
Links
Markdown supports inline and reference links:
This is an inline link.
This is a reference link.
Reference link identifier can be omitted:
Notes
Footnotes
Markdown supports inline and reference footnotes:
This is an inline1 footnote.
This is a reference2 footnote.
Citations
This is a statement that should be attributed to its source[p. 23, 3].
You can use any text you want for the locator (e.g. p. 23), and it can also be omitted. Any citation key (e.g. #Doe:2006) format is allowed, as long as it begins with a hash sign:
This is a statement that should be attributed to its source[#Doe, 2006].
Use Not Cited or notcited as the locator to include a source that was not cited:
Images
In addition to Content Blocks, iA Writer supports Markdown image syntax and HTML image tags:
Markdown image syntax and HTML image tag filename rules are different from Content Blocks. Spaces must be encoded as %20, and the leading slash must be omitted because it refers to the root directory of a device.
Tables
Name | Price | Tax |
---|---|---|
Widget | 10$ | 1$ |
Gift | 0$ |
There must be at least one | per line Columns are separated by | The separator between table header and content must contain only | : – and spaces To align a column: left :–, right –:, center :-: Cell content must be in one line The first line of the table, and the alignment/divider line, must start at the beginning of the line To merge cells add additional | at the end of the cell
iA Writer has a built-in formatting command to generate a table with a given number of rows and columns.
Code
Use single backticks to indicate code within a line:
Keyword func
indicates a function in Swift programming language.
Use three or more backticks with an optional code language on the first line on a line create a fenced code block:
class Shape {
var numberOfSides = 0
}
You can also create a code block by indenting lines of text with 4 spaces or one tab:
Use class followed by the class’s name to create a class:
class Shape {
var numberOfSides = 0
}
We recommend always using fenced code blocks.
Math
iA Writer supports \(\LaTeX\) math expressions, which are typeset using \(\KaTeX\) (see supported features for more info).
Equations can be placed within a paragraph using \(…\) or \(…\):
An example of math within a paragraph \(x+y^2\).
An example of math within a paragraph \(x+y^2\).
Equations can placed on their own using \[…\] or \[…\]:
\[\displaystyle \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }\]