mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-27 02:50:32 +00:00
bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
56cb9c01a5
By default, mkdocs uses "highlight.js" to apply syntax-highlighting to code blocks. Left to its own devices, highlight.js will guess the language being used in the code block, apply the "hljs" CSS class (so the code block will be given a nice border, a sensible font-size, etc.) and apply the appropriate formatting markup. If it guesses wrongly, you can give a language hint on the opening line of the block. If you use a language that highlight.js does not recognise, or the special name "nohighlight", highlight.js will leave the block alone. Unfortunately, in mkdocs' default theme, that means it will be formatted like *inline* code, with a border and background that wraps behind each line of the block. In order to make a code-block that looks like a code-block, you have to carefully pick a language that highlight.js has heard of, but whose syntax is sufficiently different from whatever's in the block that no unwanted highlighting will occur. This seems to be fixed in the readthedocs theme that comes with mkdocs 0.16.1, but ReadTheDocs doesn't actually seem to be using that version. :/ |
||
---|---|---|
docs | ||
higan | ||
hiro | ||
icarus | ||
libco | ||
nall | ||
ruby | ||
shaders | ||
.gitignore | ||
.gitlab-ci.yml | ||
CONTRIBUTING.md | ||
GPLv3.txt | ||
LICENSE.txt | ||
mkdocs.yml | ||
README.md | ||
README.txt |
The unofficial higan repository
higan emulates a number of classic video-game consoles of the 1980s and 1990s, allowing you to play classic games on a modern general-purpose computer.
This repository includes the source-code for stable and WIP releases of higan, starting during the development of v068. It also includes community-maintained documentation.
Basically,
apart from .gitignore
files,
anything in the
higan,
hiro,
icarus,
libco,
nall,
ruby,
or shaders
directories should be exactly as it appeared in official releases.
Everything else has been added for various reasons.
Official higan resources
Unofficial higan resources
- Documentation for the current stable version
- Source code repository archives official higan releases and WIP snapshots since approximately v067r21
- Latest WIP build for Windows
- Documentation for the latest WIP version