Skip to content

Releases: danwilliams/rustmark

Release 0.2.0

15 Jun 14:14
Compare
Choose a tag to compare

Added

  • Implemented Twitter emojis (Twemoji)
  • Added collapsible callouts for screenshots and images
  • Made headings collapsible
  • Added heading link anchors on hover
  • Added automatic table of contents menu
  • Added titles for image and screenshot callouts

Changed

  • Moved extra Markdown processing from client-side JavaScript to Rust build script
  • Various styling tweaks

Removed

  • Removed use of hardlinks from build script

Release 0.1.0

15 Jun 14:13
Compare
Choose a tag to compare

Added

  • Forked Terracotta repository
  • Added rendering of Markdown files
  • Added Nerd Font for displaying code
  • Extended Markdown with callouts
  • Added custom JS and CSS files for customisation overrides
  • Amended routing to allow protected static content files
  • Added a build script to render Markdown pre-build
  • Added example Markdown to illustrate features
  • Added guidelines for adding content