Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

代码渲染bug - 在简书里的一片文章中,发现部分代码渲染不出来 #722

Closed
OrdinaryYZH opened this issue Apr 8, 2020 · 2 comments

Comments

@OrdinaryYZH
Copy link

文章地址:https://www.jianshu.com/p/e2baa8d87029
发现这段代码渲染不完整

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans.xsd">
    
   <!-- 通过CustomEditorConfigurer这个BeanFactoryProcessor来完成自定义的ProperyEditor到IOC容器的添加功能 -->
    <bean class="org.springframework.beans.factory.config.CustomEditorConfigurer">
        <property name="propertyEditorRegistrars">
            <bean class="com.panlingxiao.spring.validation.editor.MyPropertyEditorRegistrar"/>
        </property>
    </bean>

    <bean class="com.panlingxiao.spring.validation.domain.Circle" id="circle">
        <property name="point" value="1;2"/>
    </bean>

</beans>

image
image

@Kenshin
Copy link
Owner

Kenshin commented Apr 8, 2020

谢谢反馈,估计是 <!-- 被转义导致的,jianshu.com 挂了,我明天确认下。

@Kenshin
Copy link
Owner

Kenshin commented Jul 5, 2020

嗨,代码增强插件 已更新到 0.0.6 修复了此问题,我将关闭此 issues 如有疑问,请重新开启它。 😀

更新方法:点击上面链接中的 安装当前插件 即可。

@Kenshin Kenshin closed this as completed Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants