An open API service indexing awesome lists of open source software.

https://github.com/virtualstate/line


https://github.com/virtualstate/line

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# `@virtualstate/line`

This project is in semver alpha stage

[//]: # (badges)

### Support

![Node.js supported](https://img.shields.io/badge/node-%3E%3D16.0.0-blue) ![Deno supported](https://img.shields.io/badge/deno-%3E%3D1.17.0-blue)

### Test Coverage

![100%25 lines covered](https://img.shields.io/badge/lines-100%25-brightgreen) ![100%25 statements covered](https://img.shields.io/badge/statements-100%25-brightgreen) ![100%25 functions covered](https://img.shields.io/badge/functions-100%25-brightgreen) ![100%25 branches covered](https://img.shields.io/badge/branches-100%25-brightgreen)

[//]: # (badges)

[//]: # (src/trying-to-write-documentation/line-how.tsx)

import { ok, h, descendants } from "@virtualstate/focus";

/**
* This is living documentation, change this code, and on build, README.md will be updated
*
* Comments starting with /* (and not /**) will be treated as markdown
* Code is treated as codeblocks
*
* To split code up, add an empty comment
* A comment must have its starting & ending markers on their own lines

# Hello

[//]: # (src/trying-to-write-documentation/line-how.tsx)