15

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?

m3nt0r
  • 477
  • 3
  • 9

2 Answers2

19

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)

NiñoScript
  • 4,523
  • 2
  • 27
  • 33
  • 1
    Thank you! Somehow i didn't got any notification for your answer so i accepted a little late. sorry. This was exactly what i was looking for. – m3nt0r May 13 '13 at 14:21
0

You may want to check out Hilton's TextMate 2 Bundle that overrides Markdown theme preferences and disables the "Baskerville" font for headers.

Also, be sure to check out these posts on TextMate 2 by Hilton Lipschitz.

kkga
  • 1