What is the word describing the process of converting the source code to the format appropriate for publishing on WWW site (usually HTML format with syntax highlighting, but also wiki format etc.)?
I have problem finding correct and understandable word.
- formatting is used to describe the process of improving the format of the source code, not converting to other format
- prettification is usually associated with processing the source code to make it more human-readable
- beautification - I've met with using that term as synonym to prettification
