From 6039aac76eb12c9b9a6e336c63e7bf46671684d9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 11 Mar 2012 10:09:03 +0000 Subject: [PATCH 1/1] Link to the Markdown spec --- app/views/site/_markdown_help.html.erb | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/site/_markdown_help.html.erb b/app/views/site/_markdown_help.html.erb index 9c03ac6fe..832679716 100644 --- a/app/views/site/_markdown_help.html.erb +++ b/app/views/site/_markdown_help.html.erb @@ -1,7 +1,7 @@ - + diff --git a/config/locales/en.yml b/config/locales/en.yml index 53f3ffb56..cfff3940e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1408,7 +1408,7 @@ en: edit: Edit preview: Preview markdown_help: - title: Parsed with Markdown + title_html: Parsed with Markdown headings: Headings heading: Heading subheading: Subheading -- 2.43.2
<%= t "site.markdown_help.title" %><%= t "site.markdown_help.title_html" %>