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

Fix liquid parsing issues in pytorch ndarray cheatsheet #2690

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

siddvenk
Copy link
Contributor

@siddvenk siddvenk commented Jul 3, 2023

Description

{{ is a reserved tag by Liquid, which parses the .md file before it gets rendered as markdown. I changed all {{ into { { to get around the Liquid parsing stuff, and fixed some missing instances of closing/opening braces as well.

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@siddvenk siddvenk requested review from zachgk, frankfliu and a team as code owners July 3, 2023 20:35
@KexinFeng KexinFeng self-requested a review July 3, 2023 20:37
@siddvenk siddvenk merged commit 326f176 into deepjavalibrary:master Jul 3, 2023
2 checks passed
@siddvenk siddvenk deleted the fix-pages branch July 3, 2023 20:44
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.

3 participants