We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d59099b + aa31777 commit 88bd51cCopy full SHA for 88bd51c
src/components/cylc/Info.vue
@@ -75,7 +75,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
75
<dd><Markdown :markdown="taskMetadata.description || ''"/></dd>
76
<v-divider />
77
<template v-for="(value, key) in customMetadata" :key="key">
78
- <dt><Markdown :markdown="'## ' + key"/></dt>
+ <dt>{{ key }}></dt>
79
<dd><Markdown :markdown="value"/></dd>
80
81
</template>
0 commit comments