home

Browse documentation

ezyVet Knowledge Center

Get access to documentation, training, and other high-quality resources.

Text and table formatting of clinical records

You change the formatting of text and tables shown in clinical records. The applicable text and tables usually show in clinical summaries, comments, and notes of a clinical record.

For example, you can use bold text for important notes and headings for different content sections. And you can bulleted lists and numbered lists. The formatting gives you better control of how ezyVet shows clinical record text.

This image shows the text source formatting used in the comments of a history record and the result after you save the record:
Text source formatting and the result
Tip: The formatting methods use the Markdown system. You can use Markdown to do many other types of formatting. For more information, refer to:
Note: You cannot use Markdown to do underlined text. And you cannot use Markdown to add colors.
Note: ezyVet does not use all features of the Markdown system.

Text formatting

This table gives some of the available formatting types and methods:
Formatting typeMethodSource exampleResult
ItalicPut the text between one asterisk.This is *italic* text.This is italic text.
BoldPut the text between two asterisks.This is **bold** text.This is bold text.
Bold italicPut the text between three asterisks.This is ***bold italic*** text.This is bold italic text.
MonospacePut the text between one backtick.This is `monospaced` text.This is monospaced text.
StrikethroughPut the text between two tildes.This is ~~strikethrough~~ text.This is strikethrough text.
Large headingPut the text between one number sign.#Heading#Large heading
Moderate headingPut the text between two number signs.##Heading##Moderate heading
Small headingPut the text between three number signs.###Heading###Small heading
Bulleted listsPut * at the start of the line and follow it with a space. Then, enter the applicable text.Bulleted list sourceBulleted list result

Table formatting

You can use the Markdown system to:
  • Add a table to a clinical record
  • Format the table contents
This source formatting gives an example of a Markdown table:
| Month       | Tested?  | Passed?          |
| ----------  | :----:   | :----:           |
| January     | Yes      | Yes 	      |
| February    | Yes      | Yes              |
| March       | No       | Not applicable   |
| April       | No       | Not applicable   |
This image shows the example source formatting used in the comments of a history record and the result after you save the record:
Table source formatting and the result
Note: It is not easy to add tables and related formatting with Markdown. But you can use an online tool to help you (for example, www.tablesgenerator.com/markdown_tables).