-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.json
1 lines (1 loc) · 2.8 KB
/
content.json
1
{"pages":[{"title":"ABOUT ME","text":"关于我的描述…..","link":"/about/index.html"},{"title":"categories","text":"","link":"/categories/index.html"},{"title":"tags","text":"","link":"/tags/index.html"}],"posts":[{"title":"Test Plugins","text":"This is a test demo of icarus plugins. See Reference doc. Gallery Plugin MathJax PluginTeX and LaTeX inputInput 12When $a \\ne 0$, there are two solutions to \\\\(ax^2 + bx + c = 0\\\\) and they are$$x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}.$$ ResultWhen $a \\ne 0$, there are two solutions to \\(ax^2 + bx + c = 0\\) and they are$$x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}.$$ MathML inputInput 12When<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>a</mi><mo>&#x2260;</mo><mn>0</mn></math>, there are two solutions to <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>a</mi><msup><mi>x</mi><mn>2</mn></msup><mo>+</mo> <mi>b</mi><mi>x</mi><mo>+</mo> <mi>c</mi> <mo>=</mo> <mn>0</mn></math> and they are<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mi>x</mi> <mo>=</mo><mrow><mfrac><mrow><mo>&#x2212;</mo><mi>b</mi><mo>&#x00B1;</mo><msqrt><msup><mi>b</mi><mn>2</mn></msup><mo>&#x2212;</mo><mn>4</mn><mi>a</mi><mi>c</mi></msqrt></mrow><mrow> <mn>2</mn><mi>a</mi> </mrow></mfrac></mrow><mtext>.</mtext></math> ResultWhena≠0, there are two solutions to ax2+ bx+ c = 0 and they arex =−b±b2−4ac 2a . AsciiMath inputInput 1When \\`a != 0\\`, there are two solutions to \\`ax^2 + bx + c = 0\\` and they are<p style="text-align:center">\\`x = (-b +- sqrt(b^2-4ac))/(2a) .\\`</p> ResultWhen `a != 0`, there are two solutions to `ax^2 + bx + c = 0` and they are`x = (-b +- sqrt(b^2-4ac))/(2a) .`","link":"/2019/11/17/Test-Gallery-Plugin/"},{"title":"Hello World","text":"Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new \"My New Post\" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment","link":"/2019/11/07/hello-world/"}],"tags":[{"name":"Hexo","slug":"Hexo","link":"/tags/Hexo/"}],"categories":[{"name":"Hexo","slug":"Hexo","link":"/categories/Hexo/"}]}