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

Escape hypens in seed questions #386

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

nerdalert
Copy link
Member

  • 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

- 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 instructlab#385

Signed-off-by: Brent Salisbury <[email protected]>
@vishnoianil vishnoianil merged commit c603f76 into instructlab:main Jun 17, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

Two or more hyphens get passed as a flag request to ilab
2 participants