Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowesyang/markdown-by-java
A simple markdown editor by Java
https://github.com/lowesyang/markdown-by-java
Last synced: 1 day ago
JSON representation
A simple markdown editor by Java
- Host: GitHub
- URL: https://github.com/lowesyang/markdown-by-java
- Owner: lowesyang
- License: mit
- Created: 2016-12-01T03:47:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T14:37:41.000Z (almost 8 years ago)
- Last Synced: 2024-08-08T15:24:33.393Z (3 months ago)
- Language: GCC Machine Description
- Size: 13.6 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown-by-Java
A simple markdown editor by Java## Dependencies
- Markdownj v1.0.2b4
- docx4j v3.2.2
- docx4j-ImportXHTML v3.2.2
- its dependencies## Features
- Support anchor point relocation. Structure is defined as .
- Support importing extra .css files.
- Support export markdown file as .docx.
- HTML is recognizable.