Skip to content

pfgithub/atom-markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Makes the markdown editor look more like the final result.

Installation

Required

Copy style.less to your atom user stylesheet. (Edit > Stylesheet...)

Recommended

Recommended Settings:

"*":
	editor:
		showIndentGuide: true # The indent guide is customizeable in the style config.
		showInvisibles: true # These can be hidden in the style config
		softTabs: false # Hard tabs work better with many markdown elements, like lists.
		tabLength: 4 # The indent guide is set up for 4 width hard tabs by default
	whitespace:
		removeTrailingWhitespace: false # So two spaces at the end of lines are not removed

Configure the stylesheet with the variables and mixins at the top.

Demo
(click to view demo rendered by github)

Known Issues

Some markdown features are not supported by the markdown parser used.

bold italic, bold strikethrough

	doubletab code blocks

horizontal line titles

Some markdown features are not supported by the markdown parser used.

***bold italic***, ~~**bold strikethrough**~~

		doubletab code blocks

horizontal line titles
---

About

A stylesheet for markdown editing in atom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages