issues
search
instructlab
/
instructlab-bot
GitHub bot to assist with the taxonomy contribution workflow
Apache License 2.0
16
stars
18
forks
source link
Escape hypens in seed questions
#386
Closed
nerdalert
closed
5 months ago
nerdalert
commented
5 months ago
Tables were getting flagged as parameter flags by ilab if there was a space between the | and the ---
This escapes hypens if two or more are in a row.
e.g.
| ----- |
is transformed to
| \-\-\-\- |
Closes #385
| ----- |
is transformed to| \-\-\-\- |
Closes #385