about summary refs log tree commit diff stats
path: root/html/062convert_ingredients_to_text.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 4003Kartik K. Agaram2017-09-231-3/+3
|
* 3990Kartik K. Agaram2017-09-031-2/+2
|
* 3927Kartik K. Agaram2017-06-191-3/+3
|
* 3903 - minimal render when pressing 'tab'Kartik K. Agaram2017-06-091-1/+1
| | | | Turns out all I had to do was reset `go-render?` to false.
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-4/+4
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-44/+45
|
* 3750Kartik K. Agaram2017-03-021-5/+5
|
* 3749Kartik K. Agaram2017-03-021-5/+5
|
* 3747Kartik K. Agaram2017-02-071-1/+1
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-26/+26
|
* 3710Kartik K. Agaram2016-12-261-171/+171
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-174/+198
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3692Kartik K. Agaram2016-11-251-1/+1
| | | | | | If we're automatically passing ingredients to 'append' through 'to-text' if its first ingredient is text, we don't need to pass that first ingredient itself through 'to-text'.
* 3558Kartik K. Agaram2016-10-221-2/+2
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3524Kartik K. Agaram2016-10-201-6/+4
|
* 3431Kartik K. Agaram2016-09-301-12/+14
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-13/+13
|
* 3371Kartik K. Agaram2016-09-161-0/+210