Markdown starts with plain text and allows document formatting with easy-to-type markup. The formatting tags are hidden when you are not editing your document. In addition to the ability to type formatting tags, most tags can be inserted and removed using the toolbar at the top of the notes editor.
Markdown VisibilityTheBrain 13 introduces the ability to toggle Markdown tag visibility even while actively editing notes. When Markdown is hidden, only the tags for commonly-used formatting options in the below list can be typed: |
||||||||||||
Standard MarkdownTheBrain supports the following subset of Markdown: |
||||||||||||
Plain text | Explanation/Result | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A paragraph |
Paragraphs are simply a single run-on line of text with no breaks, followed by two line breaks between other paragraphs. | |||||||||||
# Title |
TitleDifferent levels of headings can be achieved with by varying the number of |
|||||||||||
## Subtitle |
SubtitleSlightly smaller than a Title. |
|||||||||||
### Heading |
HeadingSlightly smaller than a Subtitle. |
|||||||||||
#### Sub-heading |
SubheadingSmaller than a Heading. |
|||||||||||
> A blockquote |
Start a line with > to get
A blockquote |
|||||||||||
*Italic* emphasis |
Italic emphasis | |||||||||||
**Bold** emphasis |
Bold emphasis | |||||||||||
Inline `code` style |
Inline code style (monospaced formatting) |
|||||||||||
* A bullet list |
|
|||||||||||
1. Numbered list |
|
|||||||||||
[a link](https://en. |
This is a link to a Wikipedia page. Links to thoughts (Local Thought URLs) are done in the same manner, with a brain: link: [A thought](brain://...)
|
|||||||||||
![alt text](https://en. |
In the desktop and mobile clients, add images using copy-and-paste or drag-and-drop. Images can be resized from full width (100%) down to 5%. An image at 50% width is indicated by appending #$width=50p$ to the image address. |
|||||||||||
Horizontal rule |
Horizontal rule Between paragraphs |
|||||||||||
\* Escaped text |
* Escaped text Use |
|||||||||||
Minor Changes to MarkdownExcept for |
||||||||||||
First line |
First line Another line Newline characters (when you press Enter /Return ) are always respected whereas traditional Markdown would ignore single line breaks unless the line ended with space. |
|||||||||||
+ Done (checked) |
|
|||||||||||
TheBrain Extensions to MarkdownTheBrain extends Markdown to add support for the following formatting: |
||||||||||||
:-- Left justified |
Left justified Line justification is specifed by adding :-- :-: or --:
at the start of the line. |
|||||||||||
:-: Centered |
Centered
|
|||||||||||
--: Right justified |
Right justified
|
|||||||||||
``` |
Code block Code blocks are monospaced and ignore markdown formatting within them. |
|||||||||||
_{Underlined}_ text
|
Underlined text | |||||||||||
The game is -{ |
The game is Add strikethrough to a word or phrase using the -{ and }- tags. |
|||||||||||
10^2 = 100 |
102 = 100 Superscript is supported using ^ as a delimiter. These tags are slighty different in that they can be applied just at the start of the text to be affected and end automatically at punctuation or a space. To extend beyond punctuation, add a second ^ at the end also.
|
|||||||||||
H~2~O is water |
H2O is water. Subscript is supported using ~ as a delimiter in a similar manner as superscript. |
|||||||||||
:{Red on yellow:(style= |
Red on yellow Attributes for text foreground and background colors are applied by prefixing the style attribute with :( and ending it with :) . The span
indicating the text to which the attribute should apply is specified by surrounding it with :{ and }: . If an attribute is placed outside of a span,
it will be applied to the entire line of text.
|
|||||||||||
:{Text in a special font |
Text in a special font Attributes for font-family and font-size are also supported by TheBrain. Note that there is no UI for specifying font-size at this time. |
|||||||||||
$$\frac{n!}{k!(n-k)!} = \binom{n}{k}$$ |
Enclose a LaTeX expression within $$ tags to render math directly in the notes editor. Provides support for: Simple algebraic equations, Fractions and continued fractions, Exponents and subscripts, Trigonometric formulae, Square roots and n-th roots, Calculus symbols (limits, derivatives, integrals), Big operators (e.g. product, sum), Big delimiters (using \left and \right), Greek alphabet, and much more... |
|||||||||||
TheBrain Table Extensions to MarkdownSimilar to tables in GitHub Flavored Markdown with several powerful additions. |
||||||||||||
|Planet|Namesake| |
||||||||||||
|
||||||||||||
|Item|Description|--: Price| |
||||||||||||
|
||||||||||||
|Planet|Namesake|:(table="foreground-color:#fff8f8f2;background-color:#ff282c34;alt-background-color:#ff32363f;line-color:#ff454c5a; |
||||||||||||
|