Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Markdown indented code blocks (#20473) | Andrey Makarov | 2022-10-05 | 1 | -38/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Markdown code blocks part 5 (#20236) | Andrey Makarov | 2022-08-17 | 1 | -4/+8 |
| | | | No logic was added, just a few more `*.md` files have been migrated. | ||||
* | docs: fix some spelling errors (#19816) | ee7 | 2022-08-09 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Peg captures get stack-like behavior (#18369) | gemath | 2021-06-28 | 1 | -3/+7 |
| | | | | | * Implements reverse capture indexing. * Now works for modified backrefs too. * Changed reverse indexing syntax prefix for back-references to '$^'. | ||||
* | doc: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -29/+29 |
| | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | `replace` -> `replacef` | apense | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Documentation renames | def | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -4/+4 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -2/+2 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | nimgrep: first working version | Araq | 2011-02-02 | 1 | -2/+6 |
| | |||||
* | better tester; yet another iterator bugfix | Araq | 2011-01-06 | 1 | -2/+6 |
| | |||||
* | docgen understands and ignores *when false* | Araq | 2010-11-18 | 1 | -0/+5 |
| | |||||
* | pegs: captured search loop | Araq | 2010-11-07 | 1 | -1/+5 |
| | |||||
* | pegs: bugfixes and extensions | Araq | 2010-10-31 | 1 | -0/+10 |
| | |||||
* | inlining of the write barrier for dlls | Andreas Rumpf | 2010-08-08 | 1 | -0/+2 |
| | |||||
* | bugfixes: re; pegs module | Andreas Rumpf | 2010-02-28 | 1 | -2/+2 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -6/+16 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | fixed typos in documentation | Andreas Rumpf | 2009-11-15 | 1 | -1/+1 |
| | |||||
* | bind table | Andreas Rumpf | 2009-11-12 | 1 | -9/+12 |
| | |||||
* | version 0.8.2 | rumpf_a@web.de | 2009-10-21 | 1 | -0/+180 |