question about GCC Wiki
Martin Sebor
msebor@gmail.com
Sun Jul 30 00:25:00 GMT 2017
On 07/29/2017 07:37 AM, Segher Boessenkool wrote:
> On Mon, Jul 24, 2017 at 01:08:35PM -0600, Martin Sebor wrote:
>> ...or more precisely, about MoinMoin hyperlink formatting.
>>
>> I'd like to insert hyperlinks to anchors in the GCC HTML manual
>> on some Wiki pages. Specifically, I'd like to be able to link
>> to the description of a command line option or an attribute,
>> and I'd also like to render the text of the link in monospace
>> font. But try as I might, I haven't been able to convince Moin
>> Moin to do this for me. (The usual {{{[link]}}} is documented
>> to disable the link so that's out. Ditto with the backtick.)
>
> [[https://some/link|text to put here|class=monospace]]
>
> and define a.monospace in the css?
Thanks for the suggestion. I know how to do this in static HTML
(though there I can simply put the link in between <tt></tt>) but
I have no idea how to make it happen in MoinMoin. The manual makes
it sound like the admin would need to first install some sort of
a theme and then I would customize it. That seems like a lot of
trouble to make a piece of text monospace.
Martin
More information about the Gcc
mailing list