glamour icon indicating copy to clipboard operation
glamour copied to clipboard

Stylesheet-based markdown rendering for your CLI apps 💇🏻‍♀️

Results 124 glamour issues
Sort by recently updated
recently updated
newest added

When a list ends with a nested item, there is an extra newline added based on the indentation level of the last list item. I.E.: if the last item in...

bug

**expected behavior** ```json "block_quote": { "margin": 2, "indent": 1, "indent_token": "| " } ``` should presumably push the block quote 2 columns from the document edge and display 1 `indent_token`...

To recreate: `echo "> this is a long quote that will be wrapped when I set the width to 20 causing it to break to a new line without prepending...

### Reproducing Using glow v1.2.1: ```sh glow ` has to be escaped like `>`. ![image](https://user-images.githubusercontent.com/8521043/102003486-236dd300-3cd6-11eb-8200-c046b6fc14c1.png)

bug

All, First let me say I do love `glow`. Just learned about it recently and it's one less reason I don't need to spawn a browser when editing Markdown (which...

bug
renderer

Glow does not recognize line breaks neither double space nor backslashes. Tested this with Glow 1.1.0. Refers to #84 but backslashes is not mentioned there.

renderer

I know it's not markdown but a html tag, but this is a very important one when you document something. z+r It would be very nice to have a proper...

renderer

It doesn't look like glow is following the standard for markdown when it comes to the option of adding 2+ spaces to the end of a line to indicated line...

enhancement
renderer

given something like `[email protected]:gitea/tea`, glamour outputs the following: ``` [email protected] mailto:[email protected]:gitea/tea.git ```

bug
renderer