[MlMt] Syntax highlighting wraps everything on one line

Kee Hinckley kee at hinckley.com
Mon Mar 28 12:00:08 EDT 2016


I only recently switched from my own version of the underlying markdown 
processor to the builtin one, and I'm running an alpha release, but I 
haven't noticed that. It's definitely working in my reply here. Although 
your dashed line became an underscore.

On 28 Mar 2016, at 10:39, Adam Liter wrote:

> Hi,
>
> I think the code styling feature that was introduced 
> [here](https://lists.freron.com/mailmate/2015-August/004701.html) is 
> still experimental, but I was just wondering if anyone else was having 
> this same problem. Whenever I try to use syntax highlighting, 
> everything is wrapped onto one line.
>
> For example, if I type:
>
> 	```bash
> 	
> 	if [ -f $HOME/.profile ]; then
> 		source $HOME/.profile
> 	fi
> 	
> 	
> 	if [ -f $HOME/.bashrc ]; then
> 		source $HOME/.bashrc
> 	fi
>
> 	```
>
> Then I get the following (with everything on one line):
>
> ```bash
>
> if [ -f $HOME/.profile ]; then
> 	source $HOME/.profile
> fi
>
>
> if [ -f $HOME/.bashrc ]; then
> 	source $HOME/.bashrc
> fi
>
> ```
>
> Is anyone else having this problem?
>
> Thanks!
>
> -Adam Liter_______________________________________________
> mailmate mailing list
> mailmate at lists.freron.com
> https://lists.freron.com/listinfo/mailmate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20160328/3bc5a1bf/attachment.html>


More information about the mailmate mailing list