Files
TechRadarAJR/data/radar/2017-03-01/demo-1.md

15 lines
385 B
Markdown

---
title: "Demo 1"
ring: assess
quadrant: methods-and-patterns
tags: [coding]
---
This is a demo entry. It is used to show how a radar item is written in Markdown format. The meta header is used to define the attributes of the item. The content of the file is used as the description of the item.
```tsx
// code higlighting works too
const var = 'Hello World!'
console.log(var)
```