Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erroneous rendering #38

Open
nkh opened this issue Jul 18, 2022 · 0 comments
Open

Erroneous rendering #38

nkh opened this issue Jul 18, 2022 · 0 comments

Comments

@nkh
Copy link

nkh commented Jul 18, 2022

This markdown :

1 # NAME
1
2 ftl - terminal file manager, tmux based
3
4 ## Commands shortcuts (⇑: alt-gr, ⇈: shift+alt-gr)
5 6 q Q @ ) close, > &3, keep shell ? ) show help 7 a ) kill sound preview j B ) next entry 8 b ⇑b ) find/fzf entry in directory k A ) previous entry 9 c ) copy selection h D ) parent directory 10 ⇑c ) compress/decompress l C '' ) cd or open file 11 d ) delete 5 6 ) page down/up 12 ... 13 14 for a complete list see resources/.config/ftl/help.md or press '?' in ftl 15 16 17
18
19 Screenshot
20 Screenshot
21
22 # DOCUMENTATION
23
24 There are many promising file managers for the terminal, from fff to nnn, clifm, ranger, vimfm, broot, etc ...

renders as:

README.md(7)

NAME
NAME
ftl - terminal file manager, tmux based

Commands shortcuts (⇑: alt-gr, ⇈: shift+alt-gr)
``` q Q @ ) close, > &3, keep shell ? ) show help a ) kill sound preview j B ) next entry b ⇑b ) find/fzf entry in directory k A ) previous entry c ) copy selection h D ) parent
directory ⇑c ) compress/decompress l C '' ) cd or open file d ) delete 5 6 ) page down/up ...

   for a complete list see resources/.config/ftl/help.md or press '?' in ftl

   ```

   Screenshot Screenshot

NAME
DOCUMENTATION
There are many promising file managers for the terminal, from fff to nnn, clifm, ranger, vimfm, broot, etc ...

the errors:

NAME

-> NAME is written twice

 q Q @  ) close, > &3, keep shell         ?       ) show help
 a      ) kill sound preview              j B     ) next entry

-> rendered all on one line

![Screenshot](https://raw.github.com/nkh/ftl/master/screenshots/ftl.png)
-> url not shown

# DOCUMENTATION
 ->  NAME is rendered again!, DOCUMENTATION is not indented properly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant