We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ae2b62 + f9867f1 commit f90dd68Copy full SHA for f90dd68
note.py
@@ -384,7 +384,7 @@ def update_view(self):
384
contents = self.text.get(1.0, tk.END)
385
html = markdown.markdown(contents, extensions=['tables'])
386
self.frame.load_html(html, base_url="file://%s/" % self.note.base_path())
387
- self.frame.add_css(self.nore.css())
+ self.frame.add_css(self.note.css())
388
389
def update(self):
390
self.save()
0 commit comments