sindresorhus / markdown-extensionsLinks
List of Markdown file extensions
☆21Updated 2 years ago
Alternatives and similar repositories for markdown-extensions
Users that are interested in markdown-extensions are comparing it to the libraries listed below
Sorting:
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆23Updated 3 years ago
- Check if a filepath is a Markdown file☆21Updated 4 years ago
- Get the iTerm2 version☆11Updated 3 years ago
- Check if a file path is a text file☆20Updated last year
- Try to downgrade the permissions of a process with root privileges☆17Updated 2 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 4 years ago
- Get all emails in a text file or stdin☆24Updated 4 years ago
- Expands symbolic links and prints the resolved absolute filepath☆27Updated last year
- Check if a value is an object☆42Updated 4 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns☆26Updated 4 years ago
- Split a string at one or more indices☆25Updated 4 years ago
- Extract the article title of a HTML document☆55Updated 2 months ago
- Get the path to the user home directory☆13Updated 4 years ago
- Find the root directory of a Node.js project or npm package☆27Updated 5 months ago
- Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`☆35Updated 4 years ago
- Strip a path from a path☆17Updated 4 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆63Updated last year
- Recursively create nested directories with jsftp, like mkdirp☆22Updated 4 years ago
- Get the path to this package - Useful for testing☆22Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆61Updated 2 months ago
- Node's default require extensions as a separate module☆10Updated 3 years ago
- List of prototype properties for JavaScript types☆27Updated last year
- Check if a file path is a binary file☆48Updated last year
- Chrome extension - Show both Issues and Pull Requests in the Issues tab by default. As it previously did.☆52Updated 4 years ago
- Split lines into an array of lines☆45Updated 2 years ago
- Left pad each line in a string☆19Updated 2 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆18Updated 3 years ago
- Convert a Source Map object to a comment☆16Updated 4 years ago
- Regular expression for matching reserved filename characters☆52Updated 2 months ago