ruby / set

This library provides the Set class, which deals with a collection of unordered values with no duplicates.
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Change lib/set.rb from markdown to rdoc #11

Closed BurdetteLamar closed 3 years ago

BurdetteLamar commented 3 years ago

Proposing to change RDoc format in lib/set.tb from markup: markdown to default rdoc.

My reason is this:

So this PR proposes to change from markdown to rdoc, where these DLs and links are well-behaved.

I think I've handled the formatting throughout correctly, but if there are errors I'll be happy to fix them.

If this PR is approved and merged, I'll bring over the actual section "What's Here" in another PR.

I'm requesting a review by @knu, and hope that @jeremyevans will also take a look.

BurdetteLamar commented 3 years ago

@knu, if you're not interested in this, please let me know. I'll close this PR and move on. Thanks.

BurdetteLamar commented 3 years ago

I have adapted the addition to markdown in a new PR.