[moin-user] how to use restructuredtext

Renato Pontefice renato.pontefice at gmail.com
Wed Apr 3 04:49:26 EDT 2019


I think the problem is that my MoinMoin local instance, do not parse the
code.
I've just tried a very simple html page:
-----------------------------------------------------------------------------------------
<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>
------------------------------------------------------------------------------------------

and, as result, I obtain the same text.
So, I think the prob. is non restructuredtext, but in moinmoin that does
not parse the code I've wrote on editor.
maybe I need to set some option?
If yes: wich one and where?

Thank you

Renato

Il giorno mer 3 apr 2019 alle ore 10:03 Renato Pontefice <
renato.pontefice at gmail.com> ha scritto:

> C:\moin-1.9\MoinMoin>pip install docutils
> DEPRECATION: Python 2.7 will reach the end of its life on January 1st,
> 2020. Please upgrade your Python as Python 2.7 won't be maintained after
> that d
> ate. A future version of pip will drop support for Python 2.7.
> Requirement already satisfied: docutils in c:\python27\lib\site-packages
> (0.14)
>
> I''ve already read the page that you show me but, if docutil are
> installed, I  should read the effect of rst markup.
> I show you a simple page I've already wrote and the result of it
>
> this is the source of very simple page:
>
> ----------------------------------------------------------------------------------------------------------------------------------------------
> A ReStructuredText Primer
> =========================
>
> The text below contains links that look like "(quickref__)".  These
> are relative links that point to the `Quick reStructuredText`_ user
> reference.  If these links don't work, please refer to the `master
> quick reference`_ document.
>
> __
>
>
> Structure
> ---------
> This is the structure of bla bla bla
>
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
> and this is the result:
>
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
> A ReStructuredText <http://localhost:8080/ReStructuredText> Primer
> =========================
>
> The text below contains links that look like "(quickref)". These are
> relative links that point to the Quick reStructuredText_ user reference.
> If these links don't work, please refer to the `master quick reference`_
> document.
>
> Structure
> ------------------------------
>
> This is the structure of bla bla bla
>
>
> ----------------------------------------------------------------------------------------------------------------------------------
>
>
> the result is not what I want.
>
> I'm wondering if I need to tell that is restructuredtext somewhere or if
> it's enought have the docutils installed.
>
>
> Thank you
>
>
> Renato
>
>
> Il giorno mar 2 apr 2019 alle ore 23:14 Lars Kruse <lists at sumpfralle.de>
> ha scritto:
>
>> Hello Renato,
>>
>>
>> Am Tue, 2 Apr 2019 09:38:24 +0200
>> schrieb Renato Pontefice <renato.pontefice at gmail.com>:
>>
>> > But the rendering is not done!
>> > I see the same text not rendered!
>>
>> did you take a look at the documentation?
>>  https://moinmo.in/HelpOnParsers/ReStructuredText
>>
>> Specifically it mentions, that you need to wrap your text:
>>  {{{#!rst
>>  Some text ...
>>  }}}
>>
>> Lars
>> _______________________________________________
>> moin-user mailing list
>> moin-user at python.org
>> https://mail.python.org/mailman/listinfo/moin-user
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/moin-user/attachments/20190403/3b1181bb/attachment-0001.html>


More information about the moin-user mailing list