aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides/markdown.rb
Commit message (Collapse)AuthorAgeFilesLines
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
|
* Fix guide anchor generation logic.Juanito Fatas2014-08-241-1/+6
| | | | | | | | This could use in any translation because it's not limited to `[^a-z0-9]`. Verify after this change, all guides still have same anchors. [Robin Dupret & Juanito Fatas]
* Revert "Do not gsub non ASCII characters in header anchor.".Juanito Fatas2014-08-201-1/+1
| | | | | | This reverts commit 699babe. Also change the upgrading_ruby_on_rails link back to original in 4_2_release_notes.
* Do not gsub non ASCII characters in header anchor.Juanito Fatas2014-05-221-2/+1
|
* Guides: output valid HTML5Nate Berkopec2014-05-051-5/+5
| | | [ci skip]
* place article name in the beginning of guides page titleGosha Arinich2013-01-061-1/+3
|
* Change #id generation rulePrem Sichanugrist2012-09-171-10/+37
| | | | | * Use the current heading by default * If duplicate, then use #[parent]-[current] as the id
* Retain heading styles in the page chapters listPrem Sichanugrist2012-09-171-3/+3
|
* Enable tablePrem Sichanugrist2012-09-171-1/+2
|
* Update Markdown renderer to be more flexiblePrem Sichanugrist2012-09-171-37/+53
|
* Reuse parent's id if it's already existsPrem Sichanugrist2012-09-171-1/+1
|
* 4.0 release note now renders correctly with indexPrem Sichanugrist2012-09-171-10/+85
|
* Start rewriting 4.0 release note into MarkdownPrem Sichanugrist2012-09-171-0/+42