summaryrefslogtreecommitdiff
path: root/lib/elixir/test/elixir/io/ansi/docs_test.exs
Commit message (Expand)AuthorAgeFilesLines
* Don't render HTML comments in IEx docs (#12551)Wojtek Mach2023-05-091-0/+48
* Align with markdown spec, closes #11207José Valim2021-08-251-15/+24
* IEx.Helpers.h: Support `<b>` and `<strong>` tags in erlang+html format (#11206)Wojtek Mach2021-08-251-0/+5
* Fix spelling (#10583)John Bampton2020-12-171-4/+4
* Do not use unicode chars if ANSI is disabledJosé Valim2020-12-101-0/+5
* Properly handle tags inside typespec in Erlang docs, closes #10430José Valim2020-10-161-0/+13
* Fix not being able to escape "|" inside a table (docstring) (#10254)marekzajac972020-08-101-0/+14
* Fix deep nested lists inside docs (#9970)Arthur Bailão2020-04-261-0/+17
* Show Erlang docs directly in the shell (#9843)José Valim2020-03-281-5/+200
* Pass the documentation format to IO.ANSI.print/3José Valim2020-02-241-354/+374
* Also use markdown docs formatter when ANSI is disabledJosé Valim2020-02-241-2/+16
* IO.ANSI.Docs - Properly render quote blocks (#9684)Sascha Wolf2020-01-051-0/+97
* Allows heading separator in IO.ANSI.Docs to not to have spaces around "|" (#9...Eksperimental2019-12-031-0/+17
* Fix bug when last two columns are empty in IO.ANSI.Docs (#9615)Eksperimental2019-12-011-40/+63
* Fix parsing Markdown links for h function (fix #8629) (#8641)Roman Smirnov2019-01-161-0/+5
* IO.ANSI.Docs: Make regex in escape_underlines_in_link/1 handle all schemes (#...Eksperimental2018-12-101-0/+4
* Stricter link check in IO.ANSI.Docs module (#8494)HUANG Wei2018-12-091-0/+4
* Ignore escape characters inside markdown backticks (#8384)José Valim2018-11-121-0/+5
* Link to https://elixir-lang.org instead of to http:// (#8272)Eksperimental2018-10-101-2/+2
* Link docs for defdelegate functions (#8228)Gabe Jackson2018-09-281-2/+15
* Show documentation metadata in IEx (only since and deprecated for now) (#7886)László Bácsi2018-07-121-0/+10
* Fix table column alignment with ANSI escapes (#7415)Eric Meadows-Jönsson2018-03-041-0/+1
* Run the code formatter on IO.ANSI.DocsTest (#6672)Fumihiro Xue2017-10-091-23/+22
* Improve table column alignment logic in IO.ANSI.DocsAleksei Magusev2017-07-131-2/+2
* Add table column alignment in IO.ANSI.Docs (#6230)Gary Rennie2017-06-181-0/+18
* Fixed typos in ansi docs test names (#5571)Andrew Dryga2016-12-171-3/+3
* Keep markdown formatting on IO.ANSI.DocsJosé Valim2016-09-131-9/+9
* Replace *strip with trim* calls and optimize aroundAleksei Magusev2016-05-301-2/+2
* Check for link label without using regular expressionsJosé Valim2015-11-261-2/+2
* One reference link label per lineMilton Mazzarri2015-11-251-0/+5
* Don't escape underlines outside url in docs.Martin Svalin2015-11-181-0/+5
* update links to https. remove period adjacent to URLs.eksperimental2015-07-131-4/+4
* Add tests for fenced code blocks in IO.ANSI.Docs.Milton Mazzarri2015-05-271-0/+9
* Added test for markup ending in . and code to pass the testBooker C. Bense2015-03-031-0/+3
* Add test cases for non-space delimitersjw20132014-12-061-5/+17
* add more test cases for in word symbolsjw20132014-12-061-0/+9
* fix corner case for end detectionjw20132014-12-061-0/+6
* Fix IO.ANSI.Docs for multiple stars/underscores/backticksjw20132014-12-061-0/+22
* Fix broken IO.ANSI.Docs parserjw20132014-12-061-0/+5
* Fix misspellings in docs, comments, and strings.Joseph Crail2014-12-021-1/+1
* Make IO.ANSI.Docs readable on white backgroundMartin Frost2014-11-071-4/+4
* Fix list rendering on ANSI docsJosé Valim2014-08-061-22/+17
* Ensure IO.ANSI.Docs can correctly fill missing columnsJosé Valim2014-08-011-11/+16
* Speed up and calculate effective length after renderingJosé Valim2014-08-011-1/+0
* Add basic support for markdown tables to built-in formatterpragdave2014-08-011-0/+26
* Use IO.ANSI.Docs to format mix helpJosé Valim2014-05-081-10/+2
* Remove non ansi handling from IO.ANSI.DocsJosé Valim2013-12-311-13/+6
* Fix IO.ANSI.Docs and its corresponding testThomaz Leite2013-12-301-8/+13
* Move IEx.ANSIDocs > IO.ANSI.DocsThomaz Leite2013-12-301-0/+229