From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy at warmcat.com (Andy Green) Date: Sun, 17 Jun 2018 07:16:42 +0800 Subject: [PATCH 05/11] ui-tree: use render fileters to display content In-Reply-To: <20180616142654.GV1922@john.keeping.me.uk> References: <152885510454.7253.3542488576272033383.stgit@mail.warmcat.com> <152885531536.7253.14037789036539728188.stgit@mail.warmcat.com> <20180616142654.GV1922@john.keeping.me.uk> Message-ID: <55ea5761-f4a2-ee69-0dd9-ceb175a2b74b@warmcat.com> On 06/16/2018 10:26 PM, John Keeping wrote: > If you're including these patches in your series, please fix my typo in > the subject ("fileters" has a stray 'e') :-) OK. > On Wed, Jun 13, 2018 at 10:01:55AM +0800, Andy Green wrote: >> From: John Keeping >> >> This allows applying filters to files in the repository, for example to >> render Markdown or AsciiDoc as HTML. >> >> Signed-off-by: John Keeping