Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcasto/adaptive-markdown
Markdown to Adaptive Card converter
https://github.com/rcasto/adaptive-markdown
adaptive-cards content-authoring converter markdown
Last synced: 25 days ago
JSON representation
Markdown to Adaptive Card converter
- Host: GitHub
- URL: https://github.com/rcasto/adaptive-markdown
- Owner: rcasto
- Created: 2018-02-14T07:21:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T05:50:56.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T03:34:36.671Z (about 1 month ago)
- Topics: adaptive-cards, content-authoring, converter, markdown
- Language: JavaScript
- Homepage:
- Size: 30.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-adaptive-cards - Markdown - Markdown to Adaptive Card converter. (Uncategorized / Uncategorized)
README
# adaptive-markdown
Convert markdown into [Adaptive Cards](https://adaptivecards.io/).The goal of this project is to take advantage of the rendering surface of Adaptive Cards, but ease the authoring experience for creating them. It is much easier and more expressive for most folks (in my opinion) to write in markdown than it is to do so in JSON.
## Usage
One way to use this transformer is to download one of the pre-built binaries. There are [binaries for Windows, Mac OS, and Linux](https://github.com/rcasto/adaptive-markdown/tree/master/binaries).Once you have downloaded a binary you can use it as follows:
```
.//transform-linux
```Another way to use this transformer requires you have [Node.js](https://nodejs.org/en/) installed. You can then run the [transform script within the repository](https://github.com/rcasto/adaptive-markdown/blob/master/transform.js).
```
node /transform.js
```## Current Status
Below is a table containing the current status of all markdown elements. There are caveats for some items and in these cases they will be called out.Markdown element | Status
---------------- | ------
code | Unsupported
blockquote | Unsupported
html | Unsupported
heading | Supported
hr | Unsupported
list | Supported with caveats (to be called out)
listitem | Supported with caveats (to be called out)
paragraph | Supported
table | Unsupported
tablerow | Unsupported
tablecell | Unsupported
strong | Supported
em | Supported
codespan | Unsupported
br | Supported
del | Unsupported
link | Supported
image | Supported
text | Supported