Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 hexo,我希望某些文件只能由我的自定义处理器处理。虽然我已经注册了我的自定义处理器并且它确实处理了一些文件(比如 A.md),但默认的后处理器仍然处理和渲染 A.md。如何禁用已由另一个处理器处理的文件的默认处理器?