Dan Lowe
Dan Lowe
I haven't managed to make the debugger breakpoints work either (meaning the red dot in the gutter), I get the same "Unverified Breakpoint" message. But I have a config that...
Ping... this issue seems like it is stale and ought to be closed, at least on this repo. There seem to be plenty of release tags over on [octopress/octopress](/octopress/octopress).
I was hoping this would work after seeing #44 - it seems like the `\` escape works if the escaped space is in the middle of a string, but in...
Installing anything against the system Perl in macOS is a recipe for pain.. use [Homebrew](https://www.google.com/search?q=homebrew&oq=homebrew&aqs=chrome..69i57j0i433i512l6j46i433i512j0i433i512j46i175i199i433i512.813j0j4&sourceid=chrome&ie=UTF-8) perl or [Perlbrew](https://perlbrew.pl/).
I just attempted to replicate this so I could try to contribute a fix. After updating octopress to `HEAD` and doing update tasks, then `rake generate`, I find that while...
This would also be useful for Mediawiki: ''italic'', '''bold''' And of course Markdown: **bold**
> It would be easier if we could use vagrant or docker containers (via Docker Desktop (paid) or Rancher Desktop (free)). The Docker paid license is only necessary for commercial...
I encountered the same issue, but will mention another wrinkle. If I use "traditional" Markdown links as mentioned above, by which I mean something like: ```markdown [snippets](snippets) ``` Then marksman...
@artempyanykh That's perfectly reasonable... I was thinking about this, and I think a more correct move would be for me to encourage use of `[[ link ]]` style in the...