-
Couldn't load subscription status.
- Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
① 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>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working