Two questions

as underlined?

is there justified text alignment?

“< 1m read time”… :thinking:

If you really have questions, the first thing to do should be to read up on the app one would like to use, either on its homepage, in the app’s help section or via a search in the forum. So my advice: search for “markdown syntax”… (as obsidian uses markdown as markup language)

1 Like

@Monca_Mura

  1. underlined: text
  2. using CSS, here is the code for hyphenation and justification;
/* _hyphenation and justification      */
/*-------------------------------------*/
.cm-s-obsidian, .markdown-preview-view {
  text-align: justify;
  hyphens: auto;
}
1 Like

In the help vault, you’ll find the note How to/Format your notes.md