4 ms·
how do I have a link in a paragraph?
by zackkrida 6y ago
how do I have a link in a paragraph?
- theandrewbailey 6y agoWhat if my paragraph talks about chains? Will random words become hyperlinks?
- breck 6y agoI 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
- breck 6y agoJust started an FAQ with a more in-depth answer to the inline question: https://github.com/treenotation/dumbdown/blob/master/README.md#faq https://github.com/treenotation/dumbdown/blob/master/README....