ERA Update: Syntax Highlighting

Posted on 11/08/2021

We are happy to announce a long awaited feature, that was requested several times and should not be missed in a tool, that is built for code documentation.With update 1.10.0, ERA finally supports syntax highlighting! This will make you more productive while documenting code and code snippets.

On the first line of your code block declaration, you have to paste the language you are using, in example Python:

```javascript
Your code


The following languages are currently supported:

- PHP
- C
- C++
- C#
- CSS
- HTML
- XML
- RUST
- GO
- SQL
- PYTHON
- RUBY
- BASH
- SHELL
- JAVASCRIPT
- JAVA