kizu / ideas

Repo for some not-so-secret ideas for different things, more like todo-someday-in-the-future I guess
1 stars 0 forks source link

Multiline comments without starters #78

Open kizu opened 10 years ago

kizu commented 10 years ago

Look at this:

/* # Hello
 * - Hello
 * - Goodbye
 */

Now, try to copy the text of the comment as a markdown. Not so easy, huh?

I'd say, the block level comments should be easy copyable, so you could insert examples, markdown text etc. that would be accessible.

/* * * * * * * * * * * * * *
    # Hello
    - Hello
    - Goodbye
* * * * * * * * * * * * * */

is not perfect, but already much more usable. What would be the best way to make such comments?