Skip to content

Commit 26ee6b7

Browse files
committed
Fix issue where I tried to put Markdown syntax in HTML.
1 parent dd15714 commit 26ee6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/project-ideas.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 class="card-header project-idea-header"><a name="{{ idea._slug }}">{{ idea.t
5050
<div class="project-idea-card m-1 mb-4">
5151
<h2 class="card-header"><a name="your-idea">Your idea here</a></h5>
5252
<ul class="list-group list-group-flush">
53-
<li class="list-group-item">We are open to original ideas for projects that will help increase the utility of CC-licensed content, ease the process for creators applying CC licenses to their content, or improve CC's internal tools or processes. Please talk to us on the `#cc-gsoc` channel on Slack or via the mailing list to find a mentor for the project before submitting your proposal.</li>
53+
<li class="list-group-item">We are open to original ideas for projects that will help increase the utility of CC-licensed content, ease the process for creators applying CC licenses to their content, or improve CC's internal tools or processes. Please talk to us on the <code>#cc-gsoc</code> channel on Slack or via the mailing list to find a mentor for the project before submitting your proposal.</li>
5454
</ul>
5555
</div>
5656
</div>

0 commit comments

Comments
 (0)