v0.1
Changelog
1e28b02 A few minor edits to the README (#98)
969b3d5 Add .gitignore
134be1d Add Go modules
3806317 Add LICENSE
f92db6b Add example output
821aa99 Add foreground color for text in default theme
810cdf1 Add gallery generation script
68a2909 Add godoc comments to public types
47ac9b7 Add goreleaser config to help automate builds for various platforms
9ecd2a8 Add homebrew configuration to .goreleaser.yml
915cd7a Add light style and style gallery
353b5ea Add margin to heading element in default dark style
8681be7 Add margin to lists in default dark style
0a11c07 Add nfpm configuration to .goreleaser.yml
27e0e08 Add prefix & suffix for headings in default dark style
18f3a85 Add screenshot of dark theme
85ef3db Added enumeration style to default dark theme
de91f6a Automatically use the notty style when stdout is no terminal
9ffa4d5 Basic GitLab support
532fcee Calculate baseURL for local files
c31c06a Calculate block width from BlockStack & RenderContext
58c97dc Check for err before trying to access the stat struct
2bfaa5e Check for supported HTTP/HTTPS protocols explicitly
5c3ad99 Cleanup/simplify main.go
1ffe6fe Compacter usage instructions
73d1d5d Document -w flag in README
3ddece1 Don't panic, forward the error to the caller
1f5aa27 Embed default dark style into binary
292f060 Embed styles in gold library
2bae07e Enable version command for release builds
14bc95c Find README(.md) in current working dir when no arg was supplied
0058cd2 Fix GitHub markdown styling weirdness
6d3f74d Fix background colors not being applied correctly
584adfd Fix baseURL for relative paths
fdbf3b2 Fix brew settings for goreleaser
5daf00f Fix child element rendering
5766f35 Fix word-wrapping in colored output
8eabf0f Handle relative URLs in markdown, when a BaseURL is provided
6a8462e Import glamour
3a99f22 Keep code-block style consistent
8b7dda8 Keep linux archive names lowercase, so we don't break GitHub's sorting
a6d648d Let user pick a syntax color theme in Gold's style config
a9651eb Let's put the money shot at the top of the README
62eaf39 Link to gallery from related Styles paragraph
95b99c9 Lint/fix READMEs
dda8816 Load style from json
974be22 Make document indentable
cbf6197 Move ANSIRenderer into a separate package
9adff17 Move Render and RenderBytes to TermRenderer
8c59f7c Move gallery and images to styles/gallery/
5fe7e94 Move listitem styling to style JSON
bb0385f Move screenshot to styles/
09bb6b3 Much better parsing, README example
a2c5e27 Only use brew for macOS
2446b97 README and LICENSE
2fc9c56 Reference correct build ID for default archives
a0584ae Release as ZIP archive on Windows
5d98836 Remove blackfriday requirement from clients
73b8ffc Remove colon from image prefix
439ee25 Remove test md
2a3ea0e Rename style previews
cb7fedf Rename to glow
d6c1b7f Render each paragraph individually and reflow text only inside paragraphs
37c9cfa Return potential error from ioutil.ReadAll
ee81103 Shorten commit SHA in version output
f1ee1e5 Show style parameter in gallery
bbd2e15 Support fetching READMEs from GitHub
08dd80a Support fetching markdown from arbitrary HTTP sources
1baefbb Support github URLs without protocol
b58f777 Support reading from stdin
4b009b2 Support styled indents for block elements
c6aae63 Update README
e40b042 Update README
29f9503 Update README after rename
57b5100 Update dark style defaults
852df5e Update dark style with a background color for the document
c89ab1c Update default dark style
7eaf4f2 Update default dark style to use colors from limited ANSI color range
df17759 Update default dark theme with margins
951d407 Update glamour module
08b62ec Update gold usage in README
c7686d7 Update repo org
af92548 Update screenshot for default style
6afd336 Updates to default dark style
de1e310 Use 'Camera' unicode symbol U+1F4F7 to prefix images in the default dark style
dca563e Use ElementStyles to determine rendering style
f09d290 Use a plain-text renderer when not printing to Terminal
1604835 Use cobra to handle command line parameters
9567086 When passed a directory as cli-arg, find a README[.md] in it
240eb4f Word-wrap text at 100 chars per default
9da65bd init