diff --git a/content/open source/convert-emd.md b/content/open source/convert-emd.md
index 9ebdcab..658b397 100644
--- a/content/open source/convert-emd.md
+++ b/content/open source/convert-emd.md
@@ -9,9 +9,10 @@ dg-publish: true
maturity: tree
index: "1"
date: 2024-09-09T06:42
-update: 2024-09-10T12:28
+update: 2024-09-10T12:35
title: A tool for converting EMD (Velox) data into images - Convert EMD
---
+{%raw%}
# Convert EMD
Convert-EMD exports images and spectrum data from EMD files generated by Velox.
@@ -96,9 +97,7 @@ NOTICE: Three arguments are required to specify the position and width of scale
Default colors of elemental mapppings are corresponding to the following list in sequnce (*Matplotlib* default colors):
-{%raw%}
-\#1f77b4, \#ff7f0e, \#2ca02c, \#d62728, \#9467bd, \#8c564b, \#e377c2, \#7f7f7f, \#bcbd22, \#17becf
-{%endraw%}
+#1f77b4, #ff7f0e, #2ca02c, #d62728, #9467bd, #8c564b, #e377c2, #7f7f7f, #bcbd22, #17becf
Convert-EMD provides `-e`/`--eds` option for users to customize the color of elemental mappings.
@@ -126,4 +125,5 @@ With this method, the image is rescaled to include all intensities that fall wit
```bash
cemd -f INPUT_FILE -c MIN MAX
-```
\ No newline at end of file
+```
+{%endraw%}
\ No newline at end of file