New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nyxml

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyxml

Lite markup for forum posts

  • 1.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by14.29%
Maintainers
1
Weekly downloads
 
Created
Source

NYXml

Lite markup for styx forum posts

Syntax

prefix editor   option = value   options... > content

Prefixes

_ : Underline

^ : Bold

/ : Italics

- : Strike through

> : Nest element

Rules and Options

pg : text paragraph

  • txs Font size : px
  • col Color of font : hex
  • bgc Background color : hex

h1 : Large header

  • txs Font size : px
  • col Color of font : hex
  • bgc Background color : hex
  • aln Alignment : left / right / mid

h2 : Medium header

  • txs Font size : px
  • col Color of font : hex
  • bgc Background color : hex
  • aln Alignment : left / right / mid

h3 : Small header

  • txs Font size : px
  • col Color of font : hex
  • bgc Background color : hex
  • aln Alignment : left / right / mid

ig : Image

  • src Image source : url
  • hgt Height of image : px
  • wdt Width of image : px

hr : Horizontal Rule

  • wdt Width of rule : %
  • hgt Height of rule : px

sl : Start a list

  • typ Type of list : num / point

le : List element

el : End a list

Global

set : Sets up global formatting

content should be left blank or replaced with a rule

Usage Example

Set default formatting
//This will apply the css as default to all elements
  set txs=20>
//This will apply the css as default to only h2
  set col=#f00>h2
Nest an element
sl>
le>
le>
>h1>Yop
>el

Keywords

FAQs

Package last updated on 21 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc