Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaterclasher/parsedown
https://github.com/avaterclasher/parsedown
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avaterclasher/parsedown
- Owner: AvaterClasher
- License: mit
- Created: 2024-01-25T19:23:49.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-25T20:13:45.000Z (11 months ago)
- Last Synced: 2024-01-26T20:46:01.743Z (11 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# Parsedown
**A simple java parser that takes out link from markdown.**
## Usage
```java
java Parsedown file.md
```> Where file.md is the file you are trying to parse.
**For fun**
You can even pass this very file to see it extract the License's link.
## Test
### Just run the run.bat file.
## License
[License](https://github.com/AvaterClasher/Parsedown/blob/master/LICENSE)