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?
Segher