- custom theme support
- syntax highlighted raw markdown view
- pan, zoom and resize mermaid diagrams
- improved settings page
- fix frontmatter being stripped in raw markdown view
- fix anchor icon missing on origins with strict csp
- fix emoji rendered in prism code blocks
- update mermaid from v10.4.0 to v10.8.0
- update marked from v9.0.3 to v12.0.1
- add markdown-it as default compiler
- add support for markdown extended syntax
- fix auto scroll on very large pages
- fix detect wildcard subdomains in origin
- fix allow port in origin
- theme fixes
- new default icon with an overlay
- update mermaid from v9.4.0 to v10.4.0
- update marked from v4 to v9
- new advanced options page for managing the enabled origins
- each enabled origin now can have its own header and path detection setup
- the header detection now includes the text/plain content type
- header and path detection are now being applied together instead of one or the other
- on hard reload automatically scroll to hash fragment or last known position
- add missing tex/latex extensions for mathjax
- strip yaml/toml frontmatter and use the title variable to set the page title
- add favicon to markdown content pages
- dark mode for the popup and the options page
- bundle all prism languages and load them on demand
- fix emoji regex to exclude html tags and code blocks
- fix toc regex picking up header links
- fix default github theme to be always light
- print style fixes and other theme fixes
- update marked from v4.1.1 to v4.2.5
- update mermaid from v9.2.2 to v9.4.0
- update github theme from v5.1.0 to v5.2.0
- migrate to manifest v3
- update mathjax from v2 to v3
- update mermaid from v8 to v9
- update marked from v1 to v4
- update remark from v13 to v14
- update prism syntax support
- add 30 new themes + update github themes
- add dark theme support for prism and mermaid
- add content width option
- update table of content styles to match theme
- expose syntax highlighting option
- add hot autoreloading
- add light icon option for dark browser theme
- disabling CSP is no longer possible
- customizing the page encoding is no longer possible
- add mermaid diagrams support
- fix autoscroll in Chrome 87
- update marked, remark and prism
- update github theme
- initial Edge release
- fix autoreload for file urls in Chrome 80
- remember ToC scroll position
- fixed incompatibility issue with other extensions
- fix file:// URLs on 'Block third-party cookies' enabled
- update marked, remark and prism
- update github theme
- add autoreload content option
- improve origin detection
- show refresh button only on origins that need refreshing
- add csp option for each origin individually
- add encoding option for each origin individually
- improve content-type header detection for Firefox
- Firefox fixes
- patch content-type header in Firefox
- add mathjax support
- migrate the UI to Material Components (MDC)
- update remark compiler
- update github theme
- initial Firefox release
- add content-type header detection
- add allow all origins button
- improve scroll logic
- migrate to browser action
- add emoji support
- add remark compiler
- update compiler options tab
- update github theme
- add table of content (ToC)
- add content options tab
- expose remember scroll position as option
- update default path matching regex
- update github-dark theme
- store scroll position for each path individually
- add tabs to the extension popup
- load file urls dynamically
- fix anchor links
- migrate to optional permissions
- render based on manually allowed remote origins
- add advanced options page to manage origins
- overhaul the UI using Material Design (MDL)
- improve rendering time
- update github theme
- add getcomposer.org to the list of excluded domains
- migrate the content script logic to mithril
- update themes
- update marked
- update github theme
- exclude bitbucket.org and gitlab.com from .md matching
- match urls ending with anchor when showing the page action button
- update github theme
- update prism
- update github theme
- update github theme
- fix scroll position on remote origins
- remember scroll position
- css theme fix
- render using marked compiler
- raw markdown / rendered html toggle button
- themes including a github one
- compiler options
- initial Chrome release