JunoLab / atom-julia-client

Juno a good IDE?
http://junolab.org
MIT License
273 stars 72 forks source link

Better default for cell delimiters #721

Closed jonathan-laurent closed 4 years ago

jonathan-laurent commented 4 years ago

Some style guides (such as YASGuide) recommend using the following section headers:

#####
##### Section Name
#####

This conflicts with the default cell delimiters regexps of Juno, which would create three cells when seeing the header above.

Proposed fix: replace the ## regexp by ##\s, as suggested by @pfitzseb on Slack.

Signed-off-by: Jonathan Laurent jonathan.laurent@cs.cmu.edu

aviatesk commented 4 years ago

thanks @jonathan-laurent !