Skip to content
Snippets Groups Projects
Commit 500a2da0 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

iinit

parent a3ad9153
No related branches found
No related tags found
No related merge requests found
---
title: "Part 1: Simple Detector Example"
---
The following is a code block with JavaScript language syntax highlighting.
```javascript
import React from 'react';
```
---
title: "Simple Detector"
---
The following is a code block with JavaScript language syntax highlighting.
```javascript
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.
```javascript
- const data = ['1','2'];
+ const data = [1,2];
```
## Live Editing example
```javascript react-live=true
<button className={'btn btn-default'}>Change my text</button>
```
---
title: "Extending Detector Geometry"
---
The following is a code block with JavaScript language syntax highlighting.
```javascript
import React from 'react';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment