Skip to content

Commit 88bd51c

Browse files
committed
Merge branch 'try_md' of github.com:wxtim/cylc-ui into try_md
* 'try_md' of github.com:wxtim/cylc-ui: Update src/components/cylc/Info.vue
2 parents d59099b + aa31777 commit 88bd51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cylc/Info.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
7575
<dd><Markdown :markdown="taskMetadata.description || ''"/></dd>
7676
<v-divider />
7777
<template v-for="(value, key) in customMetadata" :key="key">
78-
<dt><Markdown :markdown="'## ' + key"/></dt>
78+
<dt>{{ key }}></dt>
7979
<dd><Markdown :markdown="value"/></dd>
8080
<v-divider />
8181
</template>

0 commit comments

Comments
 (0)