From 76739201419b7c76477e5771ef738755b81f5734 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Mon, 14 Oct 2024 15:46:51 -0400 Subject: [PATCH] treat doc strings as markdown --- relay/frontend/page/docs.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relay/frontend/page/docs.haml b/relay/frontend/page/docs.haml index 886b348..9ab9844 100644 --- a/relay/frontend/page/docs.haml +++ b/relay/frontend/page/docs.haml @@ -7,7 +7,7 @@ %a.endpoint(id="{{method.name.replace('handle_', '')}}" href="#{{method.name.replace('handle_', '')}}") {{method.method.upper()}} {{method.path}} - %span.description -> =method.docs + .description -> -markdown -> =method.docs -if method.parameters .parameters @@ -19,5 +19,5 @@ -if not param.has_default %span.required << *required - .doc -> =param.docs + .doc -> -markdown -> =param.docs