From mboxrd@z Thu Jan 1 00:00:00 1970 From: ummeegge To: documentation@lists.ipfire.org Subject: Re: New wiki - images and syntax highlighting Date: Sat, 17 Aug 2019 12:17:42 +0200 Message-ID: <6d9fe27e99aac1c90c4c748eb65de32b803e2b65.camel@ipfire.org> In-Reply-To: <5d556e63543f636e511993db234f64e92fdb156b.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0908254510867006844==" List-Id: --===============0908254510867006844== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi all, just another one on the syntax highlighting. If an initscript will be code tagged with a simple ``` #!/bin/sh script content ``` the wiki shows the line numbers and get out of the format. This could be fixed with the syntax bash highlighting like it is known ```bash #!/bin/sh script content ``` May this helps to find some bugs there. Best, Erik On Fr, 2019-08-16 at 19:56 +0200, ummeegge wrote: > Hi all, > tried to fix a couple of wikis now and have some questions. > > 1) In the old wiki was a picture manager which i currently miss in > the > new one. How could be overseen which pictures are available to delete > unused ones or upload new ones or relink existing ones ? > > 2) The syntax highlighting seems to be a little buggy. > a) For example a > > ```bash > ... > ... > > ``` > marks sometimes bash commands (in that specific case 'cd') in red, > the > same command in another bash code tag in regular white, it seems a > little inconsitent. > > b) Also in the same bash code highlighting sometimes line numbers > appears and the whole code block get out of the format. > > c) Also in the same bash code highlighting some numbers e.g. > '192.168' > disappears cause it uses the page background color. May this happens > also with perl or another language which i havenĀ“t checked until now. > > > Some things from here. > > Best, > > Erik > > _______________________________________________ > Documentation mailing list > Documentation(a)lists.ipfire.org > https://lists.ipfire.org/mailman/listinfo/documentation --===============0908254510867006844==--