Skip to content

Commit 01be847

Browse files
committed
Apparently markdown="true" wasn't working with kramdown.
1 parent 25fecd6 commit 01be847

File tree

2 files changed

+15
-75
lines changed

2 files changed

+15
-75
lines changed

community/index.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

community/index.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,46 @@ If you are interested in getting involved, here are a couple of places to
1111
start:
1212

1313
<dl>
14-
<dt markdown="true">[Ruby User Groups](user-groups/)</dt>
14+
<dt><a href="user-groups/">Ruby User Groups</a></dt>
1515
<dd>
1616
Your local Ruby user group is a great place to network with other Ruby
1717
programmers. Ruby user groups are self-organizing and typically feature
1818
monthly meetings, a mailing list, a Web site, and if you are lucky, frequent codefests.
1919
</dd>
2020

21-
<dt markdown="true">[Ruby Mailing Lists and Newsgroups](mailing-lists/)</dt>
21+
<dt><a href="mailing-lists/">Ruby Mailing Lists and Newsgroups</a></dt>
2222
<dd>
2323
Ruby has an assortment of lists on different topics and in several languages.
2424
If you have questions about Ruby, asking them on a mailing list is a great
2525
way to get answers.
2626
</dd>
2727

28-
<dt markdown="true">[Ruby on IRC](irc://irc.freenode.net/ruby-lang)</dt>
29-
<dd markdown="true">
28+
<dt><a href="irc://irc.freenode.net/ruby-lang">Ruby on IRC</a></dt>
29+
<dd>
3030
The Ruby Language IRC Channel is a wonderful way to chat with fellow
31-
Rubyists. ([Previous Chat Logs](http://meme.b9.com/))
31+
Rubyists. (<a href="http://meme.b9.com/">Previous Chat Logs</a>)
3232
</dd>
3333

34-
<dt markdown="true">[Ruby Core](ruby-core/)</dt>
34+
<dt><a href="ruby-core/">Ruby Core</a></dt>
3535
<dd>
3636
With Ruby 2.0 underway, now is a fantastic time to be following Ruby’s
3737
development. If you are interested in helping with Ruby, start here.
3838
</dd>
3939

40-
<dt markdown="true">[Weblogs About Ruby](weblogs/)</dt>
40+
<dt><a href="weblogs/">Weblogs About Ruby</a></dt>
4141
<dd>
4242
Very little happens in the Ruby community that is not talked about on the blogs.
4343
We’ve got a nice list of suggestions for you here for getting plugged in.
4444
</dd>
4545

46-
<dt markdown="true">[Ruby Conferences](conferences/)</dt>
46+
<dt><a href="conferences/">Ruby Conferences</a></dt>
4747
<dd>
4848
Ruby programmers around the world are getting involved in more and more
4949
conferences, where they get together to share reports on work-in-progress,
5050
discuss the future of Ruby, and welcome newcomers to the Ruby community.
5151
</dd>
5252

53-
<dt markdown="true">[The Ruby Mentor Project](http://rubymentor.rubyforge.org/)</dt>
53+
<dt><a href="http://rubymentor.rubyforge.org/">The Ruby Mentor Project</a></dt>
5454
<dd>
5555
This new resource aims to pair people new to Ruby with more experienced
5656
guides. The goal is to ease the process of learning Ruby by having someone
@@ -59,9 +59,11 @@ start:
5959
</dd>
6060

6161
<dt>General Ruby Information</dt>
62-
<dd markdown="true">
63-
* [Ruby Central](http://www.rubycentral.org/)
64-
* [Ruby at Open Directory Project](http://dmoz.org/Computers/Programming/Languages/Ruby/)
65-
* [Rails at Open Directory Project](http://dmoz.org/Computers/Programming/Languages/Ruby/Software/Rails/)
62+
<dd>
63+
<ul>
64+
<li><a href="http://www.rubycentral.org/">Ruby Central</a></li>
65+
<li><a href="http://dmoz.org/Computers/Programming/Languages/Ruby/">Ruby at Open Directory Project</a></li>
66+
<li><a href="http://dmoz.org/Computers/Programming/Languages/Ruby/Software/Rails/">Rails at Open Directory Project</a></li>
67+
</ul>
6668
</dd>
6769
</dl>

0 commit comments

Comments
 (0)