Hacker News new | ask | show | jobs
by zackkrida 1972 days ago
how do I have a link in a paragraph?
3 comments

I don't think the Dumbdown prototype does that yet (haven't looked at the full thing in a while).

But inline links, bolds, italics, et cetera are super duper simple.

Tree Languages concatenate.

    markdown
     Someone can define a markdown
     node type and then you can just use markdown
     like you normally would *embed* _markdown_.
    emojiDown
     And this whole sentence would be bold if you added
     your own mini language, "emojiDown", which
     defined your own node types
Just started an FAQ with a more in-depth answer to the inline question:

https://github.com/treenotation/dumbdown/blob/master/README....

What if my paragraph talks about chains? Will random words become hyperlinks?