Markdown Monster
Markdown Monster is a powerful, yet easy to use Markdown editor and viewer with syntax highlighting and sophisticated and fast edit features. A collapsible, synced, live preview lets you see your output as you type and scroll. Easily embed images, links, tables, emojis and code using Markdown text or use our UI based helpers to simplify many operations with a few keystrokes. Paste images from the clipboard or drag and drop from Explorer or our built-in file browser. Inline spell-checking and word counts keep your content streamlined unobtrusively. You can export your Markdown to HTML or PDF by saving to disk or by copying Markdown selections as HTML directly to the clipboard. The HTML preview can display syntax colored code snippets for most common coding languages, and can easily be customized with HTML and CSS template to match your own sites. You can choose from a light and dark app themes, and choose individual editor and preview themes that are fully customizable.
Learn more
blogdown
We introduce an R package, blogdown, in this short book, to teach you how to create websites using R Markdown and Hugo. If you have experience with creating websites, you may naturally ask what the benefits of using R Markdown are, and how blogdown is different from existing popular website platforms, such as WordPress. It produces a static website, meaning the website only consists of static files such as HTML, CSS, JavaScript, and images, etc. You can host the website on any web server (see Chapter 3 for details). The website does not require server-side scripts such as PHP or databases like WordPress does. It is just one folder of static files. The website is generated from R Markdown documents (R is optional, i.e., you can use plain Markdown documents without R code chunks). This brings a huge amount of benefits, especially if your website is related to data analysis or (R) programming.
Learn more
Bookdown
Write HTML, PDF, ePub, and Kindle books with R Markdown. The bookdown package is an open-source R package that facilitates writing books and long-form articles/reports with R Markdown. Generate printer-ready books and ebooks from R Markdown documents. A markup language easier to learn than LaTeX, and to write elements such as section headers, lists, quotes, figures, tables, and citations. Multiple choices of output formats: PDF, LaTeX, HTML, EPUB, and Word. Possibility of including dynamic graphics and interactive applications (HTML widgets and Shiny apps). Support a wide range of languages: R, C/C++, Python, Fortran, Julia, Shell scripts, and SQL, etc. LaTeX equations, theorems, and proofs work for all output formats. Can be published to GitHub, bookdown.org, and any web servers. Integrated with the RStudio IDE. One-click publishing to https://bookdown.org.
Learn more
Dillinger
Dillinger is a cloud-enabled HTML5 Markdown editor that can be used offline and is powered by AngularJS. Markdown is a lightweight markup languages that uses the same formatting conventions as email. Drag and drop HTML files into Dillinger to convert them to Markdown. Drag and drop Markdown or HTML files into Dillinger. You can export documents as Markdown, HTML, and PDF. The text you see is actually written in Markdown. To get an idea of Markdown's syntax, simply type some text in the left window and then watch the results in right. Drag and drop images (requires your Dropbox account be linked). Import and save files from GitHub, Dropbox, Google Drive and One Drive.
Learn more