Topic: https://brettterpstra.com/2013/10/19/lazy-markdown-reference-links/
hide preview

What's next? verify your email address for reply notifications!

asdf 12y, 4d ago

<script>alert("hello")

remark link
hide preview

What's next? verify your email address for reply notifications!

Chris Campbell 12y, 4d ago

It helps if you get your tags right:

<script>alert("hello")</script>

hide preview

What's next? verify your email address for reply notifications!

ttscoff 12y, 4d ago

document.write('get bent');

hide preview

What's next? verify your email address for reply notifications!

Phil Wolff 12y, 5d ago

Wordpress plugin?

hide preview

What's next? verify your email address for reply notifications!

Carl 12y, 14d ago

I've actually been doing something like this for years for Markdown footnotes. In fact, I changed the format to make it more natural. Now I just use the traditional footnote symbol † (option+t on Macs), like: Markdown is great.†

† If you make a few changes to it.

remark link
hide preview

What's next? verify your email address for reply notifications!

ttscoff 12y, 4d ago

Is it cool if I steal the concept and add a version to the Markdown Service Tools?

remark link parent
hide preview

What's next? verify your email address for reply notifications!

Carl 12y, 4d ago

Be my guest.

hide preview

What's next? verify your email address for reply notifications!

ttscoff 12y, 4d ago

Nice. For my formatting style I actually see it being handier for footnotes than for links. I usually write all my links inline anyway and then flip them to reference format with formd. Footnotes, on the other hand, I always keep right below the paragraph they reference. Great idea.

hide preview

What's next? verify your email address for reply notifications!