1. That's why I used `multimarkdown --v`... ;)
2. You're going to have to be more specific/precise for me to try and
replicate what is going wrong on your machine. Create a text file with
your broken text. Attach that file to your next email. Run the
commands using the full path to the binary, and include the transcript.
3. I have done the same. `latex.txt` is attached. I used my previously
installed version of 6.3.0, and also compiled a new version from scratch
(same results for both). I also ran the HTML format for comparison.
[minime:~] fletcher% where multimarkdown
/usr/local/bin/multimarkdown
[minime:~] fletcher% /usr/local/bin/multimarkdown --v | grep 6.
MultiMarkdown 6 v6.3.0
Copyright © 2016 - 2018 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Copyright (c) 2005-2016, Troy D. Hanson
[minime:~] fletcher% /usr/local/bin/multimarkdown -t latex latex.txt
\textbf{This is an example of BOLD text}
{\Large This is an example of Large text}
[minime:~] fletcher% cat latex.txt
```{=latex}
\textbf{This is an example of BOLD text}
{\Large This is an example of Large text}
```[minime:~] fletcher% /usr/local/bin/multimarkdown -t html latex.txt
[minime:~] fletcher%
4. Unless I am misunderstanding something, it seems to be working
properly for me. You might want to be sure that you only have one copy
of MMD installed?
F-