https://github.com/liborm85/textile-to-markdown
Textile to markdown convertor
https://github.com/liborm85/textile-to-markdown
Last synced: 10 months ago
JSON representation
Textile to markdown convertor
- Host: GitHub
- URL: https://github.com/liborm85/textile-to-markdown
- Owner: liborm85
- License: mit
- Created: 2024-03-28T16:30:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T14:02:08.000Z (about 2 years ago)
- Last Synced: 2025-03-11T11:34:35.868Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Textile to Markdown convertor
## Requirements
- [Pandoc](https://pandoc.org/) installed from [GitHub](https://github.com/jgm/pandoc/releases/latest)
## Usage
- Copy textile files to `input` folder.
- Run command `sh convert.sh`
- The converted files to markdown are in `output` folder.
## License
MIT