<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/client/js/util/markdown.js, branch master</title>
<subtitle>Fork of Szurubooru with patches for running on a modern system sans Docker
</subtitle>
<id>https://www.git.jakob.space/szurubooru.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/szurubooru.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/'/>
<updated>2022-02-16T14:09:21Z</updated>
<entry>
<title>client/js/markdown: fix processing of inline markdown</title>
<updated>2022-02-16T14:09:21Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2022-02-16T14:09:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=514b8467816a16d1e3388b73c0646e6178b7a17f'/>
<id>urn:sha1:514b8467816a16d1e3388b73c0646e6178b7a17f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: update dependencies</title>
<updated>2022-02-14T23:31:15Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2022-02-14T22:39:28Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=b2582b7b0f49b42b77a54fa20ad5885afb261565'/>
<id>urn:sha1:b2582b7b0f49b42b77a54fa20ad5885afb261565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: remove URL rewriting from the markdown handler</title>
<updated>2022-01-26T20:29:31Z</updated>
<author>
<name>neobooru</name>
<email>50623835+neobooru@users.noreply.github.com</email>
</author>
<published>2021-10-06T12:59:17Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=d5a6609f754b62536a1d884b0d488adab3ee218e'/>
<id>urn:sha1:d5a6609f754b62536a1d884b0d488adab3ee218e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: linting</title>
<updated>2021-11-29T23:44:20Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2021-11-29T23:44:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=9f95e9eb90258f77518f7f5d3d7421333ba28e34'/>
<id>urn:sha1:9f95e9eb90258f77518f7f5d3d7421333ba28e34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/markdown: use DOMPurify over marked.js sanitizer</title>
<updated>2020-06-23T17:24:59Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-06-23T17:24:59Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=0137cf383a81e0a2a0f5db7c2ded4b4a55c5e2fc'/>
<id>urn:sha1:0137cf383a81e0a2a0f5db7c2ded4b4a55c5e2fc</id>
<content type='text'>
See markedjs/marked#1232
</content>
</entry>
<entry>
<title>client+server: implement code autoformatting using prettier and black</title>
<updated>2020-06-06T12:58:23Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-06-05T22:03:37Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=57193b57157b7a42896c887a2d5930493ac7b290'/>
<id>urn:sha1:57193b57157b7a42896c887a2d5930493ac7b290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/js: format code to ESLint</title>
<updated>2020-06-04T23:02:33Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-06-04T18:09:35Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=4329b1620fe38c2a7bf44615cfb176daa2837590'/>
<id>urn:sha1:4329b1620fe38c2a7bf44615cfb176daa2837590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: improved build.js, use relative links</title>
<updated>2018-07-06T17:40:20Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2018-07-05T23:25:08Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=60ab9246c66cba422ccd79592173a0791817e45b'/>
<id>urn:sha1:60ab9246c66cba422ccd79592173a0791817e45b</id>
<content type='text'>
* Removed unnecessary require('config.js') calls
* 'markdown.js' now uses rel. links in EntityPermalinkWrapper
* 'password_reset.py' now generates rel. links
* Removed 'Base URL' config parameter
* Removed 'API URL' config parameter
* 'build.js' no longer reads/requires config.yaml
* Updated documentation
* Removed unnecessary node packages used in 'build.js'

abandon api_url parameter
</content>
</entry>
<entry>
<title>client/util: fix style</title>
<updated>2017-01-08T09:25:29Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-01-08T01:22:39Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=cb8bb0f23b06479d0f664b07960e6b95ee22671b'/>
<id>urn:sha1:cb8bb0f23b06479d0f664b07960e6b95ee22671b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/markdown: allow to specify image size</title>
<updated>2016-12-22T22:41:43Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2016-12-22T22:12:58Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=32d498c74b5fcd24af6c5f1752f786d4d670b801'/>
<id>urn:sha1:32d498c74b5fcd24af6c5f1752f786d4d670b801</id>
<content type='text'>
</content>
</entry>
</feed>
