Markup Formatting

Myary provides extensive support for working with markup formatting to format text quickly and efficiently.



Selecting the Markup Language

In the main menu, under the item "Markup > Markup-Language", the desired markup language can be selected. The following languages ​​are supported by Myary:



Keyboard Shortcuts

A full set of keyboard shortcuts is available for all markup languages. All these commands can also be found as menu actions in the main menu under the item "Markup" where the corresponding keyboard shortcuts are listed.


The Markup Main Menu

List Generation

The Myary editor provides automatic generation of lists. Once the first bullet has been created with the markup of the currently selected markup language, line items are automatically generated in the next lines when performing a line-break.

Automatic Help for MultiMarkdown and MarkdownExtra Tables

Similar to automatic list generation, automatic generation is also available for tables for the Markup languages ​​MultiMarkdown and MarkdownExtra. The condition for this generation is that the line begins with a |-sign. By pressing the Tab key a new column is created, with a line-break a new line starts.

Examples:
Using the Tab key

| First column
becomes

| First column |
For a line break

| First column | The first line |
becomes

| First column | The first line |
| ------------ | -------------- |
|

and

| First line | Second line |
| ----------- | ------------ |
| First value | Second value |

becomes

| First line | Second Line |
| ----------- | ------------ |
| First value | Second value |
|

CriticMarkup

CriticMarkup is an add-on markup language for commenting or annotating texts. CriticMarkup is available in all Markup languages ​​supported by Myary.

Enable CriticMarkup
To use CriticMarkup, you must enable the option "Use CriticMarkup" in the Preferences of Myary under the item "CriticMarkup".
Use CriticMarkup
Via the main menu under "Markup > CriticMarkup" actions are available for all five CriticMarkup commands. There are also the corresponding keyboard shortcuts displayed.
Customize CriticMarkup for the preview
In the preferences of Myary under the item "CriticMarkup", the display for CriticMarkup can be customized to your liking. It uses CSS commands that offer a wide range of possibilities.