Skip to content

Unsupported symbols #134

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

Open
kangpou opened this issue Apr 26, 2025 · 1 comment
Open

Unsupported symbols #134

kangpou opened this issue Apr 26, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kangpou
Copy link

kangpou commented Apr 26, 2025

① symbols

echo "<pre>�[90m$�[</pre>" | xq

Error: invalid character '<' looking for beginning of value

process this url
http://buildkite.github.io/terminal-to-html

Error: XML syntax error on line 26: illegal character code U+001B

② pre tags processing

When processing the content of pre tags, extra indentation was added.

echo "<pre>
# html
# Game <span>APP</span>
# <span>APP</span>
</pre>" | xq

output:

<pre>
# html
# Game
  <span>APP</span>
#
  <span>APP</span>
</pre>
@kangpou kangpou added the bug Something isn't working label Apr 26, 2025
@kangpou
Copy link
Author

kangpou commented Apr 26, 2025

I don't know how to code. If this is a bother, please close this issue immediately. If this is indeed a bug, I'm glad I was able to report it successfully.

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