Andrey Makarov
6505bd347d
Markdown indented code blocks ( #20473 )
...
* Implement Markdown indented code blocks
Additional indentation of 4 spaces makes a block an "indented code block"
(monospaced text without syntax highlighting).
Also `::` RST syntax for code blocks is disabled.
So instead of
```rst
see::
Some code
```
the code block should be written as
```markdown
see:
Some code
```
* Migrate RST literal blocks :: to Markdown's ones
2022-10-05 14:03:10 -04:00
Andrey Makarov
1c31de361d
Markdown code blocks part 5 ( #20236 )
...
No logic was added, just a few more `*.md` files have been migrated.
2022-08-17 15:20:22 -04:00
ee7
b4157f6772
docs: fix some spelling errors ( #19816 )
...
* docs: fix some spelling errors
* contributing: fix spelling error
Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com >
* Update contributing.md
* Update intern.md
* Update manual.md
* Update manual_experimental_strictnotnil.md
* Update nimgrep_cmdline.txt
* Update pegdocs.txt
* Update testament.md
* Update tut1.md
Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com >
Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com >
2022-08-09 14:01:46 -04:00
gemath
e720bbdd76
Peg captures get stack-like behavior ( #18369 )
...
* Implements reverse capture indexing.
* Now works for modified backrefs too.
* Changed reverse indexing syntax prefix for back-references to '$^'.
2021-06-28 12:33:20 +02:00
Adam Strzelecki
0b44d812f1
doc: Trim .txt files trailing whitespace
...
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:10:48 +02:00
apense
7a010cf650
replace -> replacef
2015-07-08 15:01:50 -04:00
def
110c4aca7f
Documentation renames
2015-01-16 00:22:49 +01:00
Araq
3ea6446900
Nimrod renamed to Nim
2014-08-28 22:36:14 +02:00
Araq
11b6958755
big rename
2014-08-27 23:42:51 +02:00
Grzegorz Adam Hankiewicz
72a3e21f28
Removes executable bit for text files.
2013-03-16 23:53:07 +01:00
Araq
437eb2c37e
nimgrep: first working version
2011-02-02 00:05:55 +01:00
Araq
45862e58a7
better tester; yet another iterator bugfix
2011-01-06 22:21:44 +01:00
Araq
adf13aaea3
docgen understands and ignores *when false*
2010-11-18 22:26:20 +01:00
Araq
8ee63f9836
pegs: captured search loop
2010-11-07 23:52:41 +01:00
Araq
ec67d98286
pegs: bugfixes and extensions
2010-10-31 00:16:01 +02:00
Andreas Rumpf
8098e2a421
inlining of the write barrier for dlls
2010-08-08 22:45:21 +02:00
Andreas Rumpf
ddb7185482
bugfixes: re; pegs module
2010-02-28 18:14:27 +01:00
Andreas Rumpf
40ea1d0330
fixed pango/pangoutils new wrappers
2010-02-26 01:26:16 +01:00
rumpf_a@web.de
40a5d6c3b9
continued work on html/xmlparser
2010-02-14 00:29:35 +01:00
Andreas Rumpf
281609c358
fixed typos in documentation
2009-11-15 17:46:15 +01:00
Andreas Rumpf
ac421c37ba
bind table
2009-11-12 19:34:21 +01:00
rumpf_a@web.de
053309e60a
version 0.8.2
2009-10-21 10:20:15 +02:00