LINE_LENGTH: 60

**********
def show_fence():
    """
    Show fenced example.

    Examples:
        ~~~
        Args:
            x: first line inside a literal fence
                second line inside the same literal fence that should not be joined
        ~~~
    """
    pass

**********
def show_fence():
    """Show fenced example.

    Examples:
        ~~~
        Args:
            x: first line inside a literal fence
                second line inside the same literal fence that should not be joined
        ~~~
    """
    pass
