create newline in Github Bio

/*********************************************************************************
 *                   create newline in Github Bio
 * 说明:
 *     在GitHub里的Bio不能换行,这么一大片面积不能使用,最终测试发现 具有
 * 换行功能。
 *
 *                                              2017-10-13 深圳 南山平山村 曾剑锋
 ********************************************************************************/

一、参考文档:
    1. How to create newline in Github Bio
        https://github.com/ewfian/How-to-create-newline-in-Github-Bio
    2. Correct syntax for newline in Github Bio
        https://stackoverflow.com/questions/43406317/correct-syntax-for-newline-in-github-bio
    3. HTML空格占位符
        http://blog.csdn.net/sforiz/article/details/43937237

二、解决办法:
    1. 采用 进行换行即可。
    2. 查看效果:https://github.com/ZengjfOS
原文地址:https://www.cnblogs.com/zengjfgit/p/7663241.html