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

lookatme crashes when html tag is used in markdown #206

Open
laoshaw opened this issue Jan 15, 2023 · 1 comment
Open

lookatme crashes when html tag is used in markdown #206

laoshaw opened this issue Jan 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@laoshaw
Copy link

laoshaw commented Jan 15, 2023

Describe the bug

whenever there is html tag in markdown it will crash

To Reproduce

create a markdown with three lines:

## test

<html>a tag</html>

then run lookatme my.md, it will crash

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots

image

Environment (please complete the following information):

  • OS: [e.g. iOS] ubuntu 22.04 with python3.10(default)
  • Lookatme Version [e.g. lookatme --version] 2.5.5

Additional context
Add any other context about the problem here.

@laoshaw laoshaw added the bug Something isn't working label Jan 15, 2023
@d0c-s4vage
Copy link
Owner

Aha! Html tags have pretty decent support in the latest 3.0 release candidate. However, I think I can fix v2.X so that lookatme ignores html tags entirely.

If you want html tag support, checkout the latest from the 3.0-dev branch:

pip install --pre --upgrade lookatme

The --pre flag should install (as of today) lookatme v3.0.0-rc2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants