standardnotes / minimal-markdown-editor

[Moved to https://github.com/standardnotes/app]
GNU Affero General Public License v3.0
10 stars 15 forks source link

markdown problem #4

Open foorb opened 6 years ago

foorb commented 6 years ago

Hi, I am not sure, why this markdown is not show correctly: bildschirmfoto 2018-03-19 um 11 29 51

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

#allow-hotplug ens3
#iface ens3 inet dhcp

allow-hotplug ens9
iface ens9 inet static
    address 8.8.8.8
    netmask 8.8.8.8
    pointopoint 8.8.8.8
    gateway 8.8.8.8
    dns-nameserver 8.8.8.8
moughxyz commented 6 years ago

What's not correct about it?

foorb commented 6 years ago

address is not "brown".

moughxyz commented 6 years ago

Hmm, not sure. There's something up with bullets and indentation with the Markdown plugin for CodeMirror. I haven't yet had a chance to investigate.