thepeergroup / aspen

Aspen is a markup language for turning text into graph data (via Cypher for Neo4j).

Home Page:https://aspen-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: all Aspen should be renderable as Markdown

beechnut opened this issue · comments

So, an idea I had is that Aspen should also be valid Markdown. That way, it can be rendered as Markdown/HTML, and it can be rendered as graph relationships.

What would it take to get there? The conventions of (nodes) and [edges] would have to change, for one, because those are links.

Hi!
I believe it can be embedded using code snippets.

```Aspen
Your aspen graph
```