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:
- Check if a file path is a text file☆18Updated last year
- Check if a filepath is a Markdown file☆20Updated 4 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 4 years ago
- Get the iTerm2 version☆10Updated 3 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 3 years ago
- Try to downgrade the permissions of a process with root privileges☆16Updated 2 years ago
- Split a string at one or more indices☆23Updated 4 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- Check if a file path is a binary file☆46Updated last year
- Expands symbolic links and prints the resolved absolute filepath☆26Updated last year
- Check if a number is in a given range☆21Updated 4 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Get the path to this package - Useful for testing☆21Updated 4 years ago
- Check if a value is an object☆40Updated 4 years ago
- Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`☆35Updated 4 years ago
- Modify the values of an object☆27Updated 3 years ago
- Left pad each line in a string☆19Updated 2 years ago
- Find the root directory of a Node.js project or npm package☆26Updated 3 months ago
- Get the path to the user home directory☆13Updated 4 years ago
- List of prototype properties for JavaScript types☆25Updated last year
- Extract the article title of a HTML document☆55Updated 3 years ago
- Chrome extension - Show both Issues and Pull Requests in the Issues tab by default. As it previously did.☆52Updated 4 years ago
- Get the email of an npm user☆14Updated last year
- ES2015 `String#codePointAt()` ponyfill☆22Updated 4 years ago
- Strip UTF-8 byte order mark (BOM)☆20Updated 4 years ago
- ☆17Updated last year
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Get the visual width of the widest line in a string - the number of columns required to display it☆38Updated last year