An open API service indexing awesome lists of open source software.

https://github.com/nikitavoloboev/markdown-parser

Go library to parse markdown to grab various things
https://github.com/nikitavoloboev/markdown-parser

go golang-library markdown parser

Last synced: 4 months ago
JSON representation

Go library to parse markdown to grab various things

Awesome Lists containing this project

README

          

# Markdown Parser [![Docs](https://img.shields.io/badge/-Docs-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://pkg.go.dev/github.com/nikitavoloboev/markdown-parser?tab=doc)

> Go library to parse markdown to grab various things

This library will parse a given markdown file and grab all links from it and put it into a hashmap `map[string]string` to use.

## Install

`go get -u github.com/nikitavoloboev/markdown-parser`

## Usage

See [Docs](https://pkg.go.dev/github.com/nikitavoloboev/markdown-parser?tab=doc).

You can see this library being used in [Alfred Awesome Lists](https://github.com/nikitavoloboev/alfred-awesome-lists) to grab all links from [Sindre's awesome lists](https://github.com/sindresorhus/awesome) and filter the results in Alfred.

## Contribute

Always open to useful ideas or fixes in form of issues or PRs.

Can [open new issue](../../issues/new/choose) (search [existing issues](../../issues) first) or [start discussion](../../discussions).

It's okay to submit draft PR as you can get help along the way to make it merge ready.

Join [Discord](https://discord.com/invite/TVafwaD23d) for more indepth discussions on this repo and [others](https://github.com/nikitavoloboev#src).

### 🖤

[Support on GitHub](https://github.com/sponsors/nikitavoloboev) or look into [other projects](https://nikiv.dev/projects).

[![Discord](https://img.shields.io/badge/Discord-100000?style=flat&logo=discord&logoColor=white&labelColor=black&color=black)](https://discord.com/invite/TVafwaD23d) [![X](https://img.shields.io/badge/nikitavoloboev-100000?logo=X&color=black)](https://twitter.com/nikitavoloboev) [![nikiv.dev](https://img.shields.io/badge/nikiv.dev-black)](https://nikiv.dev)