v0.27.4
·
642 commits
to master
since this release
Documenter v0.27.4
Feature and bugfix release. See CHANGELOG.md for notable changes.
Closed issues:
- $ not rendering properly (#890)
- should
@reploutputs mimic the syntax of terminal? (ASCII color doesn't work) (#1562) - Matrix with three rows shows a vertical scrollbar (#1575)
- Interpolation in md strings (#1603)
- Single page edit_link = nothing ? (#1620)
- SVG in table? (#1621)
- Undef var error in document checks when overloading Base.show for types (#1623)
- ANSI color tweaks (#1629)
- Adding images from URL (#1638)
- Style
julia>prompt (#1639) - Bad CSS for code blocks in admonitions (#1640)
- Add ability to copy code from snippets (#1644)
- Modify "Edit on GitHub" links for specific pages (#1650)
Merged pull requests:
- Add support for ANSI colors (#1441) (@kimikage)
- Make sure version regex work with \r\n line endings. (#1624) (@fredrikekre)
- Fix escaping of dollar symbols in HTMLWriter (#1625) (@odow)
- Fix a link to JuliaDocs landing page (#1626) (@mortenpi)
- Support prerendering of code blocks. (#1627) (@fredrikekre)
- Fix ANSI colors for
@replblocks (#1628) (@fredrikekre) - Remove highlight.js configuration for ignoring unescaped HTML in code blocks. (#1632) (@fredrikekre)
- Remove trace of sandbox module in output for at-repl and at-example. (#1633) (@fredrikekre)
- Insert correct linenumbernodes (#1634) (@fredrikekre)
- Some documentation fixes (#1636) (@fredrikekre)
- Theme the
julia>prompt in thejulia-repllanguage (#1641) (@fredrikekre) - Add hljs class to all code blocks (#1645) (@fredrikekre)
- Set version to 0.27.4. (#1646) (@fredrikekre)
- [RFC] Tweak color schemes (#1647) (@kimikage)
- Fix overflow-y for math blocks, fixes #1575. (#1651) (@fredrikekre)