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

https://github.com/transpect/markdown2hub

converts Markdown to Hub XML
https://github.com/transpect/markdown2hub

Last synced: 3 months ago
JSON representation

converts Markdown to Hub XML

Awesome Lists containing this project

README

          

# markdown2hub
converts Markdown to Hub XML. This Readme can be used for testing, too.

## usage

### XSLT

```bash
$ saxon -xsl:xsl/markdown2hub.xsl -it:main href=file:/home/markdown2hub/README.md -o:file.hub.xml
```

### XProc

```bash
$ calabash xpl/markdown2hub.xpl href=README.md debug=yes debug-dir-uri=file:/home/markdown2hub/debug
```

## support

We support Markdown in the CommonMark flavour. Currently, the following elements are implemented:

### section hierarchy
* lists
* images ![transpect](https://raw.githubusercontent.com/transpect/transpect.github.io/master/icons/favicon-32x32.png)
* **bold**, _italic_
* [hyperlinks](https://github.com/transpect/markdown2hub)
* horizontal rule
---
> blockquotes
```
program listings
```
tables |
--- |
...
|