Setup Highlighting
Überschrift
Highlighting Seite Deutsch/Produkt "MG4 Document Archive"/Setup
Textblock
Path: /de/ext-bc/docarchive/setup/highlighting
Type: article
Template: doc
Links
Highlighting
The following is a code block with JavaScript language syntax highlighting.
import React from 'react';
Supports multiple languages.
The following is a code block with diff. Lines with + highlighted in green shade indicating an addition. Lines with - highlighted in red shade indicating a deletion.
- const data = ['1','2'];+ const data = [1,2];