# custommarkup

> A better way to use HTML

Latest version **1.1.12** (published 2017-02-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install custommarkup
pnpm add custommarkup
yarn add custommarkup
bun add custommarkup
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.12 |
| Published | 2017-02-03 |
| First published | 2017-01-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Talon Bragg and Shreyas Lad |
| Maintainers | realpenetratingshot, talon4567 |
| Keywords | custom, custommarkup, markup |

## Links

- npm: https://www.npmjs.com/package/custommarkup
- Repository: https://github.com/talonbragg/Custom-Markup
- Homepage: https://www.custommarkup.ml
- Issues: https://github.com/talonbragg/Custom-Markup/issues
- npm.io page: https://npm.io/package/custommarkup

## Recent versions

- 1.1.12 (latest) — 2017-02-03
- 1.1.11 — 2017-02-03
- 1.1.10 — 2017-02-03
- 1.1.8 — 2017-02-01
- 1.1.7 — 2017-02-01
- 1.1.6 — 2017-02-01
- 1.1.5 — 2017-02-01
- 1.1.4 — 2017-01-27
- 1.1.3 — 2017-01-27
- 1.1.2 — 2017-01-25
- 1.1.1 — 2017-01-25
- 1.1.0 — 2017-01-25
- 1.0.1 — 2017-01-07
- 1.0.0 — 2017-01-07

## README

# Custom-Markup
[![Build Status](https://travis-ci.org/talonbragg/Custom-Markup.svg?branch=master)](https://travis-ci.org/talonbragg/Custom-Markup) 
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://custommarkup.ml/LICENSE.txt)
[![Join the chat at https://gitter.im/Custom-Markup/Lobby](https://badges.gitter.im/Custom-Markup/Lobby.svg)](https://gitter.im/Custom-Markup/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm version](https://badge.fury.io/js/custommarkup.svg)](https://badge.fury.io/js/custommarkup)
[![Bower version](https://badge.fury.io/bo/custommarkup.svg)](https://badge.fury.io/bo/custommarkup)

<img src="https://custommarkup.ml/img/cm.png">

**A Better Way To Use HTML**

# Table of contents:
- [About](#About)
- [Changelog](#Changelog)
- [Usage](#usage)
- [Documentation](#Documentation)
- [Browser Support](#BrowserSupport)
- [Tags](#Tags)
- [Classes](#Classes)
<a name="About"></a>

# About 
Custom Markup is a simple, lightweight HTML framework. With Custom Markup, you can customize your webpage without writing messy code. Just link it and your all set. Just read a bit about it though.

View this on [Betapage!](https://betapage.co/product/custom-markup)
<a name="Changelog"></a>
# Changelog
- **1/2/17** Added `<island>` and `<typewriter>` tags
- **1/31/17** Added `<poster>` tag, got Travis CI, Bower, and Git Checkout (Check the docs)
- **1/30/17** Moved website a different repo
- **1/26/17** Changed background on homepage to gradient
- **1/24/17** Got NPM and updated README.md (this) several times
- **1/23/17** Added 'Follow on GitHub' buttons for **@talonbragg** and **@penetratingshot**, Merged Pull request
<a name="Documentation"></a>

<a name="usage"></a>
# Init

```javascript
//If you have downloaded the package with node or bower
require('custommarkup');
```

# Documentation 
**Direct Link**: Add this to your `<head>` tag:
```html
<link rel="stylesheet" href="https://custommarkup.ml/dist/cm.min.css">
```

**Npm:**
 ```
 $ npm install custommarkup -g
 ```

**Bower:**
```
$ bower install custommarkup --save
```

**Git Checkout:**
```
$ git clone https://github.com/talonbragg/Custom-Markup.git
```

<a name="BrowserSupport"></a>
# Browser Support 
 **Chrome:** 4+
 
 **Edge:** 12+
 
 **Firefox:** 2+ 
 
 **IE:** 9+
 
 **Opera:** 9+
 
 **Safari:** 3.1+
<a name="Tags"></a>
# Tags 
`<c-r>`

`<c-g>`

`<c-b>`

`<c-o>`

`<c-y>`

`<c-i>`

`<c-v>`

`<bg-r>`

`<bg-g>`

`<bg-b>`

`<bg-o>`

`<bg-y>`

`<bg-i>`

`<bg-v>`

`<awesome>`

`<cool>`

`<nice>`

`<insane>`

`<beautiful>`

`<old>`

`<container>`

`<cursive>`

`<eight-bit>`

`<silhouette>`

`<poster>`

`<rainbow>`

`<island>`

`<typewriter>`

`<ghl-s>`
<a name="Classes"></a>
# Classes 
`.sm` is Small

`.med` is Medium

`.bg` is Large
# License and Copyright 
**Licensed under the [MIT License](https://custommarkup.ml/LICENSE.txt)**

:copyright: **2017 Talon Bragg**

[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/talonbragg/Custom-Markup)
[![forthebadge](http://forthebadge.com/images/badges/uses-html.svg)](https://github.com/talonbragg/Custom-Markup)

---
_Source: https://npm.io/package/custommarkup · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
