Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
coryodaniel
on Feb 5, 2018
|
parent
|
context
|
favorite
| on:
Mark – A simple and unified notation for both obje...
It runs its own parser. Which means mark is a big silly ol string until you parse it.
var obj = Mark.parse(`{div {span 'Hello World!' }}`);
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
var obj = Mark.parse(`{div {span 'Hello World!' }}`);