Skip to content

Commit

Permalink
v0.0.4.1 -- Fix GitHub breaking change in Markdown parser
Browse files Browse the repository at this point in the history
  • Loading branch information
belltown committed Mar 15, 2017
1 parent 84f22d7 commit bed5a20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<h1 style="color: white; background-color: #af9cd9; padding: 2em 0; text-align: center">![](https://raw.githubusercontent.com/belltown/violetbug/master/doc/icon.png) VioletBug — Roku Debugger Graphical Interface</h1>

---
# ![](https://raw.githubusercontent.com/belltown/violetbug/master/doc/icon.png) VioletBug — Roku Debugger Graphical Interface</h1>

## Windows — macOS — linux

Expand Down
6 changes: 3 additions & 3 deletions doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

*All builds must be run from the `violetbug/source` directory.*

|||
| | |
|---|---
|`npm run build-mac` | Run on **linux or macOS** to generate `/builds/mac`
| `npm run build-linux` | Run on **linux or macOS** to generate `/builds/linux`
Expand All @@ -27,7 +27,7 @@

*All zips must be run from the `violetbug/source` directory, and require the corresponding build step above to have been run.*

|||
| | |
|---|---
| `npm run zip-mac` | To generate `/dist/violetbug-mac.zip`
| `npm run zip-linux` | To generate `/dist/violetbug-linux.zip`
Expand All @@ -41,7 +41,7 @@ There is no installer implemented for macOS. For macOS, use the build/zip mechan

The following commands are available to generate installers in `/dist`:

||
| |
|---
| `npm run dist-appimage`
| `npm run dist-deb`
Expand Down
6 changes: 2 additions & 4 deletions doc/README.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
color: #61afef;
}
.syntax--markup.syntax--link {
color: #c678dd;
color: #56b6c2;
}
.syntax--markup.syntax--inserted {
color: #98c379;
Expand Down Expand Up @@ -484,9 +484,7 @@
}
</style>
</head>
<body class='markdown-preview' data-use-github-style><h1 style="color: white; background-color: #af9cd9; padding: 2em 0; text-align: center"><img src="https://raw.githubusercontent.com/belltown/violetbug/master/doc/icon.png" alt=""> VioletBug — Roku Debugger Graphical Interface</h1>

<hr>
<body class='markdown-preview' data-use-github-style><h1 id="-https-raw-githubusercontent-com-belltown-violetbug-master-doc-icon-png-violetbug-roku-debugger-graphical-interface-h1-"><img src="https://raw.githubusercontent.com/belltown/violetbug/master/doc/icon.png" alt=""> VioletBug — Roku Debugger Graphical Interface</h1>
<h2 id="windows-macos-linux">Windows — macOS — linux</h2>
<p>VioletBug is a cross-platform desktop application providing a graphical interface to the Roku Debugger as an alternative to Telnet. It is similar to PurpleBug, <a href="https://belltown-roku.tk/PurpleBug">https://belltown-roku.tk/PurpleBug</a>, which is still supported; however, PurpleBug only runs on Windows PCs, and is closed-source. VioletBug, in contrast, is open-source running under <a href="http://electron.atom.io/">Electron</a> and <a href="https://nodejs.org">Node.js</a>, written entirely in HTML, CSS and JavaScript. The source code can be found on <a href="https://github.com/belltown/violetbug">GitHub</a>.</p>
<h2 id="features">Features</h2>
Expand Down

0 comments on commit bed5a20

Please sign in to comment.