mdoc

mdoc

  • Docs
  • Blog
  • GitHub

›Overview

Overview

  • Installation
  • Why mdoc?
  • Coming from tut
  • Changelog

Modifiers

  • JVM
  • Scala.js

Site generators

  • Docusaurus
Edit

Changelog

v1.2.8 (2019-01-15)

Full Changelog

Merged pull requests:

  • Add toString modifier to customize value pretty-printer. #148 (olafurpg)
  • Upgrade flexmark to fix frontmatter issue #146 (olafurpg)

v1.2.7 (2019-01-06)

Full Changelog

Merged pull requests:

  • Add :reset-class modifier to wrap code in classes instead of objects. #144 (olafurpg)

v1.2.6 (2019-01-05)

Full Changelog

Merged pull requests:

  • Preserve original formatting of frontmatter blocks #142 (olafurpg)

v1.2.5 (2019-01-04)

Full Changelog

Merged pull requests:

  • Upgrade to latest flexmark #141 (olafurpg)
  • Add release notes for v1.2 #140 (olafurpg)

v1.2.4 (2019-01-04)

Full Changelog

Merged pull requests:

  • Support npm dependencies via scalajs-bundler #139 (olafurpg)

v1.2.3 (2019-01-03)

Full Changelog

Merged pull requests:

  • Fix #137, wrap :fail in object instead of class. #138 (olafurpg)

v1.2.2 (2019-01-03)

Full Changelog

Merged pull requests:

  • Build sbt-mdoc to sbt 1.0.0 instead of 1.2.8. #136 (olafurpg)
  • Fix #134, handle -Ywarn-discard-value #135 (olafurpg)

v1.2.1 (2019-01-03)

Full Changelog

Merged pull requests:

  • Prohibit --out from being a subdirectory of --in. #132 (olafurpg)

v1.2.0 (2019-01-02)

Full Changelog

Merged pull requests:

  • Add mdoc:js modifier for Scala.js integration. #131 (olafurpg)

v1.1.1 (2019-01-01)

Full Changelog

Merged pull requests:

  • Add option to disable link hygiene #129 (olafurpg)
  • Fix #127, disable footnote extension. #128 (olafurpg)
  • Improve handling of futures #126 (olafurpg)

v1.1.0 (2018-12-31)

Full Changelog

Merged pull requests:

  • Add support for multiple modifiers. #122 (olafurpg)
  • Use relative filenames in crash stacktraces. #121 (olafurpg)
  • Use objects instead of classes. #120 (olafurpg)
  • Add release notes for v1.0.0 #118 (olafurpg)

v1.0.0 (2018-12-30)

Full Changelog

v1.0.0-RC1 (2018-12-30)

Full Changelog

Merged pull requests:

  • Followup from migration to scalameta/mdoc #117 (olafurpg)
  • Add sbt plugin, docusaurus integration and write blog post #116 (olafurpg)
  • Enable overloaded and mutually recursive methods. #115 (olafurpg)
  • Change mdoc:fail encoding to use proper compiler #114 (olafurpg)
  • Fix low-hanging issues #113 (olafurpg)
  • Add mdoc:reset modifier to clear scope. #112 (olafurpg)
  • Update in and out with new working directory #111 (olafurpg)

v0.7.1 (2018-12-07)

Full Changelog

Merged pull requests:

  • Remove CrossVersion.full #110 (olafurpg)

v0.7.0 (2018-12-07)

Full Changelog

Merged pull requests:

  • Upgrade metaconfig for better cli arg parsing #109 (olafurpg)
  • Publish against Scala binary version instead of full version. #108 (olafurpg)
  • Upgrade to 2.12.8 #107 (olafurpg)

v0.6.1 (2018-12-06)

Full Changelog

Merged pull requests:

  • Tone down noise in reporter output #105 (olafurpg)
  • Implement basic language server and VS Code extension #104 (olafurpg)
  • Use fallback port if the provided --port is already bound #103 (olafurpg)

v0.6.0 (2018-11-25)

Full Changelog

Merged pull requests:

  • Add post modifiers to support custom renderings like charts #101 (olafurpg)

v0.5.3 (2018-10-11)

Full Changelog

Merged pull requests:

  • Add invisible modifier like tut has #100 (olafurpg)
  • Preserve original syntax when rendering instrumented code. #99 (olafurpg)

v0.5.2 (2018-10-04)

Full Changelog

Merged pull requests:

  • Gracefully handle position conversion errors #96 (olafurpg)

v0.5.1 (2018-10-02)

Full Changelog

Merged pull requests:

  • Update readme #93 (olafurpg)
  • Add full integration test for compiler plugins #91 (olafurpg)
  • Support custom compiler options #90 (olafurpg)
  • Improve html livereload preview #88 (olafurpg)

v0.5.0 (2018-10-01)

Full Changelog

Merged pull requests:

  • Start LiveReload server under --watch #87 (olafurpg)
  • Upgrade dependencies #86 (olafurpg)
  • Bump version in README #84 (alexarchambault)

v0.4.5 (2018-09-17)

Full Changelog

Merged pull requests:

  • Include leading trivia for statements #79 (olafurpg)

v0.4.4 (2018-09-17)

Full Changelog

Merged pull requests:

  • Make variable priting configurable. #77 (olafurpg)
  • Make --include support single file even for nested directories. #76 (olafurpg)

v0.4.3 (2018-09-09)

Full Changelog

Merged pull requests:

  • Improve link hygiene #73 (olafurpg)

v0.4.2 (2018-09-09)

Full Changelog

Merged pull requests:

  • Fix position bug in mdoc:fail #72 (olafurpg)

v0.4.1 (2018-09-09)

Full Changelog

Merged pull requests:

  • Implement mdoc:silent modifier #71 (olafurpg)
  • Preseve original formatting including trailing statement comments #70 (olafurpg)
  • Fix watch mode and aggregate exit code #69 (olafurpg)
  • Improve link hygiene #68 (olafurpg)
  • Restructure build #67 (olafurpg)
  • Add docs for ScastieModifier #63 (gabro)
  • Add ScastieModifier #59 (gabro)
  • Upgrade directory watcher dependency #58 (olafurpg)
  • Experiment with ghpages setup #56 (olafurpg)
  • Update readme to latest v0.4 release #55 (olafurpg)
  • Document remaining key features #54 (olafurpg)

v0.4.0 (2018-08-21)

Full Changelog

Merged pull requests:

  • Rename project to mdoc #52 (olafurpg)
  • Minor improvements based on experience working with vork #51 (olafurpg)

v0.3.2 (2018-08-20)

Full Changelog

Merged pull requests:

  • Enable yaml frontmatter plugin #49 (olafurpg)

v0.3.1 (2018-08-20)

Full Changelog

Merged pull requests:

  • Polish file watching #47 (olafurpg)

v0.3.0 (2018-08-17)

Full Changelog

Merged pull requests:

  • Report warnings when linking to non-existing sections #46 (olafurpg)
  • Implement --help #45 (olafurpg)
  • Elaborate on key features #44 (olafurpg)
  • Publish vork as CrossVersion.full #43 (olafurpg)
  • Use book format instead of repl #42 (olafurpg)
  • Followup from the large PR #41 (olafurpg)

v0.2.0 (2018-08-16)

Full Changelog

Merged pull requests:

  • The meat and potatoes #40 (olafurpg)
  • Add vscode-extension scaffold #39 (gabro)
  • Add sbt-assembly to build. #38 (olafurpg)
  • Make ammonite repl creation lazy. #37 (olafurpg)
  • Add CommonMark-like options to our parser and formatter #36 (jvican)
  • Use regex for variable injection and fix !\[\]\[\] #35 (jvican)
  • Copy non-markdown files. #33 (olafurpg)

v0.1.1 (2018-01-28)

Full Changelog

v0.1.0 (2018-01-28)

Full Changelog

Merged pull requests:

  • Remove HTML leftover #31 (jonas)
  • Improve the readme #30 (jonas)

v0.1.0-M1 (2018-01-27)

Full Changelog

Merged pull requests:

  • Setup publish on merge and tag push #29 (olafurpg)
  • Write readme #28 (olafurpg)
  • The great sed replace, goodbye fox, hello vork #27 (olafurpg)
  • Implement :passthrough and :fail modifiers #25 (olafurpg)
  • Implements file watching #24 (jvican)
  • Implement --classpath for the cli #23 (olafurpg)
  • Clean up Options #22 (olafurpg)
  • Use Metaconfig for config + cli parser #21 (olafurpg)
  • Do only markdown to markdown #9 (jvican)

* This Changelog was automatically generated by github_changelog_generator

← Coming from tut JVM →
  • v1.2.8
  • v1.2.7
  • v1.2.6
  • v1.2.5
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.0
  • v1.0.0-RC1
  • v0.7.1
  • v0.7.0
  • v0.6.1
  • v0.6.0
  • v0.5.3
  • v0.5.2
  • v0.5.1
  • v0.5.0
  • v0.4.5
  • v0.4.4
  • v0.4.3
  • v0.4.2
  • v0.4.1
  • v0.4.0
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.0
  • v0.1.1
  • v0.1.0
  • v0.1.0-M1
mdoc
Docs
Get started
Community
Chat on Gitter
More
GitHub
Copyright © 2019 mdoc developers