Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I just noticed that I'm not getting code formatting in the preview window when I write an answer or make an edit. This is very useful to have. Not sure if it's a bug so I'm posting this as a featu...
#3: Post edited
- I just noticed that I'm not getting code formatting in the preview window when I write an answer or make an edit. This is very useful to have.
- Not sure if it's a bug so I'm posting this as a feature request. I'm not getting code formatting when I use language-specific formatting tags:
- ```c++
- this should have formatting
- ```
- Nor when I use 4 spaces:
this
- I just noticed that I'm not getting code formatting in the preview window when I write an answer or make an edit. This is very useful to have.
- Not sure if it's a bug so I'm posting this as a feature request. I'm not getting code formatting when I use language-specific formatting tags:
- ```c++
- this should have formatting
- ```
- Nor when I use 4 spaces:
- this should have formatting
- When I post this meta post the `this` turns bold since it's a keyword in some languages. During preview, the above looks like:
- ![not formatted](https://software.codidact.com/uploads/YhCrED1rutQuutyiLrGjQ8ko)
#2: Post edited
- I just noticed that I'm not getting code formatting in the preview window when I write an answer or make an edit. This is very useful to have.
- Not sure if it's a bug so I'm posting this as a feature request. I'm not getting code formatting when I use language-specific formatting tags:
- ```c++
this- ```
- Nor when I use 4 spaces:
- this
- I just noticed that I'm not getting code formatting in the preview window when I write an answer or make an edit. This is very useful to have.
- Not sure if it's a bug so I'm posting this as a feature request. I'm not getting code formatting when I use language-specific formatting tags:
- ```c++
- this should have formatting
- ```
- Nor when I use 4 spaces:
- this
#1: Initial revision
Code formatting of previews
I just noticed that I'm not getting code formatting in the preview window when I write an answer or make an edit. This is very useful to have. Not sure if it's a bug so I'm posting this as a feature request. I'm not getting code formatting when I use language-specific formatting tags: ```c++ this ``` Nor when I use 4 spaces: this