FragmentTaggedAs

implicit implicit class FragmentTaggedAs(f: => Fragment)

This implicit allows to add tags and sections after the examples

class Object
trait Matchable
class Any

Value members

Concrete methods

def section(tag: String): Fragment
def section(tag: NamedTag): Fragment
def tag(tag: String): Fragment
def tag(tag: NamedTag): Fragment