kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

<U+1F41B> FIX: slugify title regexp #96

Closed Mrzrb closed 2 years ago

Mrzrb commented 2 years ago

If a problem title contains '-', leetcode-show-problem will not work, because params is not right. For example, "Two - sum" will be "Two---sum"