<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rdoc/test_rdoc_markdown.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/rdoc] Add center align</title>
<updated>2022-10-06T14:22:02+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-06T08:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cf3056be69b3c07ffed423246df0dee2adda5ac1'/>
<id>cf3056be69b3c07ffed423246df0dee2adda5ac1</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/512cc55a0e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/512cc55a0e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow spaces around pipes</title>
<updated>2022-10-06T14:21:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-06T08:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=28e24ce35596b5faaf57f3ad4925656e22b23d1c'/>
<id>28e24ce35596b5faaf57f3ad4925656e22b23d1c</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/3b3a583580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/3b3a583580
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow escaped pipes in cells</title>
<updated>2022-10-06T14:17:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-06T08:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7c03c82444220a4d1425cf801fa6a5d3d253b835'/>
<id>7c03c82444220a4d1425cf801fa6a5d3d253b835</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/333952a62d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/333952a62d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow leading pipes to be ommitted</title>
<updated>2022-10-06T14:16:54+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-06T08:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f6c916c7ef546b5ed59ac5ca5f5a0a547accdf3c'/>
<id>f6c916c7ef546b5ed59ac5ca5f5a0a547accdf3c</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/d263a2c9c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/d263a2c9c4
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow trailing pipes to be ommitted</title>
<updated>2022-10-06T14:14:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-06T04:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a19bf47d03b51b339688c865c35bff0c0d2be6c1'/>
<id>a19bf47d03b51b339688c865c35bff0c0d2be6c1</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/1318048877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/1318048877
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow multiple footnotes without in-between blank lines</title>
<updated>2022-08-07T16:12:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-08-07T15:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5beb75ce8dac1964f88dc82f4216892bf4256aed'/>
<id>5beb75ce8dac1964f88dc82f4216892bf4256aed</id>
<content type='text'>
https://github.com/ruby/ruby/commit/e4e054e3ce40 used four footnotes
without blank lines.  And the ChangeLog generated from that commit
resulted in ``undefined method `parts' for nil`` error.

For now, let a footnote terminated by the next footnote mark.

Also refined the error message when undefined footnote is used.

https://github.com/ruby/rdoc/commit/a7f290130b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/ruby/commit/e4e054e3ce40 used four footnotes
without blank lines.  And the ChangeLog generated from that commit
resulted in ``undefined method `parts' for nil`` error.

For now, let a footnote terminated by the next footnote mark.

Also refined the error message when undefined footnote is used.

https://github.com/ruby/rdoc/commit/a7f290130b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821)</title>
<updated>2022-02-12T06:06:06+00:00</updated>
<author>
<name>Ulysse Buonomo</name>
<email>buonomo.ulysse@gmail.com</email>
</author>
<published>2022-02-10T02:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5348a34504a67597e3a3ed98a3020dfd762241ad'/>
<id>5348a34504a67597e3a3ed98a3020dfd762241ad</id>
<content type='text'>
This patch makes sure we only load relative code. Hence when coding or
testing rdoc, we'll be sure to always be using the correct code.

Discussion started at https://github.com/ruby/rdoc/pull/817.

Signed-off-by: Ulysse Buonomo &lt;buonomo.ulysse@gmail.com&gt;

https://github.com/ruby/rdoc/commit/aa41bd48eb

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes sure we only load relative code. Hence when coding or
testing rdoc, we'll be sure to always be using the correct code.

Discussion started at https://github.com/ruby/rdoc/pull/817.

Signed-off-by: Ulysse Buonomo &lt;buonomo.ulysse@gmail.com&gt;

https://github.com/ruby/rdoc/commit/aa41bd48eb

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Fixed CodeFence without blank lines</title>
<updated>2021-03-16T06:47:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-02-22T12:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=de8e6218a3257fe19b46ff0aa157e66f452ac8b7'/>
<id>de8e6218a3257fe19b46ff0aa157e66f452ac8b7</id>
<content type='text'>
Currently a fenced code block needs a preceding blank line, it
should not be required, as:
https://github.github.com/gfm/#fenced-code-blocks
&gt; A fenced code block may interrupt a paragraph, and does not
&gt; require a blank line either before or after.

Just recommended:
https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks
&gt; We recommend placing a blank line before and after code blocks
&gt; to make the raw formatting easier to read.

https://github.com/ruby/rdoc/commit/0e1776caf3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently a fenced code block needs a preceding blank line, it
should not be required, as:
https://github.github.com/gfm/#fenced-code-blocks
&gt; A fenced code block may interrupt a paragraph, and does not
&gt; require a blank line either before or after.

Just recommended:
https://docs.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks
&gt; We recommend placing a blank line before and after code blocks
&gt; to make the raw formatting easier to read.

https://github.com/ruby/rdoc/commit/0e1776caf3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Support GFM table</title>
<updated>2021-03-16T06:47:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-25T15:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3651f678a719ae3a35825bcb4e0dabbc7c60d8df'/>
<id>3651f678a719ae3a35825bcb4e0dabbc7c60d8df</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/9dc933df16
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/9dc933df16
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] HOME is preserved by RDoc::TestCase</title>
<updated>2020-04-24T17:49:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-04-24T16:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cc8f55e9e31e8057c6b5bfd417ca4f70d41b9a33'/>
<id>cc8f55e9e31e8057c6b5bfd417ca4f70d41b9a33</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/6c4801d1f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/6c4801d1f6
</pre>
</div>
</content>
</entry>
</feed>
