Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Textmate2, how do you disable the header-styles in Markdown documents?

I am currently trying to disable or tweak the new "headline-style" that was introduced with TM2 (or the bundle?).

The undesired behaviour will change the font-size and family for the line depending on the headline level.

Here is an example output:

markdown example with headlines

I already tried to change themes and inspected the bundle sourcecode but i can't find anything related to this.

How can i disable/remove this?

like image 704
m3nt0r Avatar asked Apr 28 '13 00:04

m3nt0r


1 Answers

In the Bundles menu, select Edit Bundles….

Then select the bundle Themes and open the Settings.

There you can disable each Markup: Heading #, change the sizes or even delete them. (Remember to close and reopen your document for changes to apply)

like image 152
NiñoScript Avatar answered Oct 13 '22 07:10

NiñoScript