Directive extension for markdown-it markdown parser.
Directive extension for markdown-it markdown parser.
Utilities for building ESLint plugins.
remark plugin to support directives
micromark extension to support generic directives (`:cite[smith04]`)
Convert a markdown directive to a web component.
GraphQL Semantic Output Conversion Kit - converts a cutting edge SDL file that supports semantic nullability into a more traditional SDL file legacy tools can support.
mdast extension to parse and serialize generic directives (`:cite[smith04]`)
Kendo UI Angular utils component
Type definitions and documentation for Bun, an incredibly fast JavaScript runtime
This Parcel transformer plugin is responsible for transforming assets with Babel. It uses `@babel/core` to resolve babel config the same way Babel does and uses that if found. If no filesystem config is found it uses a default config that supports the mos
Fixed window rate-limiting directive for GraphQL. Use to limit repeated requests to queries and mutations.
Plug n' Play Angular (2++) directive to print your stuff
Lit directives for making things move.
Enhance ESLint with better support for large scale monorepos
Directive definitions for Amplify GraphQL transformers.
Modern and scalable routing for React applications
small commonmark compliant markdown parser with positional info and concrete tokens
Validate GraphQL fields
Remark plugin to enable Markdown directives to be parsed as HTML.
Directive syntax for Diplodoc platform
vue-i18n extensions
Utilities and variants for styling Radix state
Provides exporting support for @angular/material tables
This repository holds linter rules (e.g. Rubocop) that enforce our code style in any project (thanks to Rubocop `inherit_gem' directive) as well as other conventions not transposable as automated rules (those are explained as plain Markdown).
MarkdownRecord is a Rails engine that lets you write content and populate models in markdown directly within your application's repo, then generate html and json files for direct rendering in your app.
BlueCloth is a Ruby implementation of John Gruber's Markdown[http://daringfireball.net/projects/markdown/], a text-to-HTML conversion tool for web writers. To quote from the project page: Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). It borrows a naming convention and several helpings of interface from {Redcloth}[http://redcloth.org/], Why the Lucky Stiff's processor for a similar text-to-HTML conversion syntax called Textile[http://www.textism.com/tools/textile/]. BlueCloth 2 is a complete rewrite using David Parsons' Discount[http://www.pell.portland.or.us/~orc/Code/discount/] library, a C implementation of Markdown. I rewrote it using the extension for speed and accuracy; the original BlueCloth was a straight port from the Perl version that I wrote in a few days for my own use just to avoid having to shell out to Markdown.pl, and it was quite buggy and slow. I apologize to all the good people that sent me patches for it that were never released. Note that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If you have both installed, you can ensure you're loading the new one with the 'gem' directive: # Load the 2.0 version gem 'bluecloth', '>= 2.0.0' # Load the 1.0 version gem 'BlueCloth' require 'bluecloth'