<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/rouge, branch remove-pointer-events</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add CommonMark markdown engine</title>
<updated>2018-03-07T12:14:41+00:00</updated>
<author>
<name>blackst0ne</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2018-03-07T12:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa60db6cee8e285a39077c567c7f59fecbd0e0a3'/>
<id>aa60db6cee8e285a39077c567c7f59fecbd0e0a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support of Mermaid</title>
<updated>2017-11-22T03:12:04+00:00</updated>
<author>
<name>Vitaliy @blackst0ne Klachkov</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2017-11-22T03:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=131e74d10dafbf2b781ab5d5517e42a18e20a587'/>
<id>131e74d10dafbf2b781ab5d5517e42a18e20a587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the rouge copypasta and add notes to refactor</title>
<updated>2017-06-08T00:49:03+00:00</updated>
<author>
<name>http://jneen.net/</name>
<email>jneen@jneen.net</email>
</author>
<published>2017-06-08T00:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c50cded96e5f6f0eaadf9e49ac98f722f09b8fa8'/>
<id>c50cded96e5f6f0eaadf9e49ac98f722f09b8fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document tag option and clarify spec</title>
<updated>2017-03-14T21:29:00+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-03-13T18:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6685cbeb99e58b6708aa338bf6d235c05695887b'/>
<id>6685cbeb99e58b6708aa338bf6d235c05695887b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy code as GFM from diffs, blobs and GFM code blocks</title>
<updated>2017-03-14T21:29:00+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-03-10T21:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6890327762eaeca572ada783804a9c7af01e6144'/>
<id>6890327762eaeca572ada783804a9c7af01e6144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PlantUML support for Markdown</title>
<updated>2017-02-02T23:49:48+00:00</updated>
<author>
<name>Horacio Sanson</name>
<email>horacio@allm.net</email>
</author>
<published>2017-01-16T00:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9e9ad2211c06159914e0183e4842abc16e5666f'/>
<id>d9e9ad2211c06159914e0183e4842abc16e5666f</id>
<content type='text'>
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:

    ```plantuml
    Bob -&gt; Sara : Hello
    Sara -&gt; Bob : Go away
    ```

Closes: #4048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:

    ```plantuml
    Bob -&gt; Sara : Hello
    Sara -&gt; Bob : Go away
    ```

Closes: #4048
</pre>
</div>
</content>
</entry>
<entry>
<title>Render math in Asciidoc and Markdown with KaTeX using code blocks</title>
<updated>2016-12-14T16:50:54+00:00</updated>
<author>
<name>Munken</name>
<email>mm.munk@gmail.com</email>
</author>
<published>2016-12-09T00:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2d170a20dc4cd3423ac7994c797cae8fbed263ba'/>
<id>2d170a20dc4cd3423ac7994c797cae8fbed263ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better location for math lexer</title>
<updated>2016-12-08T23:13:44+00:00</updated>
<author>
<name>Munken</name>
<email>mm.munk@gmail.com</email>
</author>
<published>2016-12-08T23:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a36ee0ad4400b7e38bfa33ae99838dcb9527e870'/>
<id>a36ee0ad4400b7e38bfa33ae99838dcb9527e870</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim extra displayed carriage returns in diffs and files with CRLFs</title>
<updated>2016-08-01T11:24:06+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-08-01T03:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fe18525ddca414017d330e992999bad05002fa8'/>
<id>3fe18525ddca414017d330e992999bad05002fa8</id>
<content type='text'>
Closes #20440
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #20440
</pre>
</div>
</content>
</entry>
<entry>
<title>use %(...) and %[...] in favor of %&lt;...&gt;</title>
<updated>2016-07-15T05:43:49+00:00</updated>
<author>
<name>http://jneen.net/</name>
<email>jneen@jneen.net</email>
</author>
<published>2016-07-15T05:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4ea394736f98aebd6b370d75a5b3556206ce09d'/>
<id>c4ea394736f98aebd6b370d75a5b3556206ce09d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
