#' Prettify Addins
#'
#' This package provides some RStudio addins: \code{Prettify} addins and
#' \code{Indent} addins. To run an addin, select it from the Addins menu
#' within RStudio. The \code{Indent} addins only reindent the code, while
#' the \code{Prettify} addins also modify the code, e.g. they add trailing
#' semi-colons to JavaScript code when they are missing.
#'
#' @name prettifyAddins
#' @aliases prettifyAddins-package
#'
#' @examples # get the list of supported languages:
#' getPrettifiableLanguages()
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.