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.
1 parent 6b70cd1 commit aa31777Copy full SHA for aa31777
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