timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

misc rst #452

Open timotheecour opened 3 years ago

timotheecour commented 3 years ago

see https://github.com/nim-lang/Nim/pull/16341#issuecomment-744103319

One problem with nim's flavor of rst is it doesn't render well for those simply viewing this on github without going through any transform.

Note that https://github.com/nim-lang/Nim/blob/devel/doc/manual.rst doesn't even render well already (github doesn't interpret it correctly; unlike https://github.com/nim-lang/Nim/blob/devel/doc/intern.rst)

4 solutions:

using our own flavor of rst (or md) has significant advantages when it comes to using our own tools to render it (allows more features for docgen) but comes at price of it not working so well when rendered with other tools.

timotheecour commented 3 years ago
timotheecour commented 3 years ago
timotheecour commented 3 years ago
timotheecour commented 3 years ago
timotheecour commented 3 years ago

test

a1

a2

a3

a4

a5

\a6\

\a7 \

a8

a8 _ _ _ _ a9

a8 _ _ _ _ a9

``` a8  _ _   _ _ a9 ```

" " " "

from https://meta.stackexchange.com/posts/123592/edit

<a 

 <   a  

timotheecour commented 3 years ago

(moved to https://github.com/timotheecour/Nim/issues/676)