Wrong formatting of quotes
Closed this issue · 6 comments
In Markdown (which SimpleNotes seems to mostly use for formatting) 3 grave accents (```) are normally used to indicate code blocks, not quotes. Instead, you should use greater than signs (>).
Example:
```
This is a code block.
```
> This is a quotation.
> This is a multi-line quotation.
@Lenni-builder your experience seems strange... the app I installed uses the ``` for code blocks. Are you sure you are using Easy Notes, and not some other app? 😜
@Lenni-builder yes, indeed it appears it doesn't use monospace font.
Then, your issue report would be better formulated to address the following aspects:
- Use monospace font in code blocks.
- Replace codeblock button icon by a more standardized symbol. Eg: github is using "<>".
- Replace the header icon (the TT, which generally means "text formatting options"), with a more standardized symbol. Github is using "H".
I first thought they were meant to be quotes, but since you clarified this this issue is kind of invalid. Your 3 points make sense.
That looks great! It's also way less confusing now.