Consider fixed width font in text/markdown editor (OD-954)
jbauer opened 3 years ago

Github recently has added a setting to enable fixed width (monospace) font for their text/markdown editor. This can be found at Settings -> Appearance -> Markdown editor font preference.

I have enabled that option and IMHO it makes it a lot easier to write correctly indented markdown but more importantly to write correctly indented code blocks in issue reports.

It is easier to reason about the final rendered result if you can see the entered text as

```
test
|-- test
    |-- test (4 spaces)
```


instead of seeing the text as

``` test |-- test     |-- test (4 spaces) ```

In both cases the final rendered result is

test
|-- test
    |-- test (4 spaces)
  • OneDev changed state to 'Closed' 3 years ago
    Previous Value Current Value
    Open
    Closed
  • OneDev commented 3 years ago

    State changed as code fixing the issue is committed

  • OneDev changed state to 'Released' 3 years ago
    Previous Value Current Value
    Closed
    Released
  • OneDev commented 3 years ago

    State changed as build #3075 is successful

issue 1/1
Type
Improvement
Priority
Normal
Assignee
Issue Votes (0)
Watchers (3)
Reference
OD-954
Please wait...
Connection lost or session expired, reload to recover
Page is in error, reload to recover