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 whitespace detection and stripping in getMarkdownFromSlide #1950

Closed
wants to merge 2 commits into from

Conversation

puyo
Copy link

@puyo puyo commented Jul 28, 2017

I had this code in my slide:

```elixir
defmodule YouTube do
  def search_videos(query) do
    Repo.all(from video in Video,
    where: query in video.search_terms)
  end
end
```

Before:

screen shot 2017-07-28 at 1 55 27 pm

After:

screen shot 2017-07-28 at 1 56 00 pm

Similar to #1847 and #1831

@puyo
Copy link
Author

puyo commented Mar 22, 2018

Seems fixed now! Thank you!

@puyo puyo closed this Mar 22, 2018
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whehhahehe

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.

1 participant