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
- Host: GitHub
- URL: https://github.com/nikitavoloboev/markdown-parser
- Owner: nikitavoloboev
- License: mit
- Created: 2017-10-02T21:55:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T12:18:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T16:45:34.910Z (10 months ago)
- Topics: go, golang-library, markdown, parser
- Language: Go
- Homepage: https://pkg.go.dev/github.com/nikitavoloboev/markdown-parser?tab=doc
- Size: 90.8 KB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
# Markdown Parser [](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).
[](https://discord.com/invite/TVafwaD23d) [](https://twitter.com/nikitavoloboev) [](https://nikiv.dev)