Filevine uses a system inspired by “markdown" to format the text in notes, tasks, AutoTasks, and instructions widgets. A range of formatting is available, including bolding, italicizing, formatting as a header, hyperlinks, and more.
Below is a table containing examples of the formatting available for activity items and instructions. Formatting requires specific syntax, so if you are having issues, check the spacing and characters of your text to make sure you've followed the syntax exactly.
Formatting | Code | Code Example | Example |
---|---|---|---|
plain | N/A | Here is some plain text. | Here is some plain text. |
strikethrough | two tildes on either side | ~~some strikethrough~~ | |
italics | one underscore on either side | _some italic text_ | some italic text |
bold | two underscores on either side | __some bold text__ | some bold text |
italics + bold | three underscores on either side | ___SOME BOTH TEXT!!___ | SOME BOTH TEXT!! |
italic + bold + strikethrough | two tildes on either side | ~~___everything at the same time___~~ | |
header1 | two equals signs on the line underneath |
and a header == |
|
header2 |
two hyphens on the line underneath |
a smaller header -- |
|
italics + bold + header1 |
three underscores on either side + two equals signs on the line underneath |
___an italics and bold header!!___ == |
|
strikethrough + header2 | two tildes + two hyphens on the line underneath |
~~Summer is canceled!~~ -- |
|
divider line | line of underscores |
Look, a divider! _____________________ |
________________________________________ |
hyperlink | linked text in brackets + link in parentheses |
[Click here and all your dreams will come true!](https://support.filevine |
Click here and all your dreams will come true! |
quote | greater than sign |
> Don't trust the wombats. They're up to somethin' |
|
code text | backtick, or grave, on either side | `beep boop` | |
numbered list |
number with period before each list item Note: indents for numbered lists should be less than 3 spaces to ensure proper formatting. |
1. One 2. Two 3. Three |
|
bulleted list | asterisk OR hyphen before each list item followed by space |
* Start a line with a star - Start a line with a hyphen |
|
subpoints in a bulleted list | two spaces followed by asterisk OR hyphen and one space |
- Like this - And this |
|
Comments
0 comments
Article is closed for comments.