在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):fletcher/MultiMarkdown-5开源软件地址(OpenSource Url):https://github.com/fletcher/MultiMarkdown-5开源编程语言(OpenSource Language):C 91.0%开源软件介绍(OpenSource Introduction):About
IntroductionMarkdown is a simple markup language used to convert plain text into HTML. MultiMarkdown is a derivative of Markdown that adds new syntax features, such as footnotes, tables, and metadata. Additionally, it offers mechanisms to convert plain text into LaTeX in addition to HTML. BackgroundMultiMarkdown started as a Perl script, which was modified from the original Markdown.pl. MultiMarkdown v3 (aka 'peg-multimarkdown') was based on John MacFarlane's peg-markdown. It used a parsing expression grammar (PEG), and was written in C in order to compile on almost any operating system. Thanks to work by Daniel Jalkut, MMD v3 was built so that it didn't have any external library requirements. MultiMarkdown v4 was basically a complete rewrite of v3. It used the same basic PEG for parsing (Multi)Markdown text, but otherwise was almost completely rebuilt. MultiMarkdown v5 is basically the same code as v4, but the project has been restructured:
Why switch to CMake?In early 2014, a user of MMD introduced me to the CMake build system. I
looked at it briefly, but didn't do anything with it. Later on, I looked
at it more in depth and created a parallel branch after 4.6. This would allow
me to experiment with CMake without breaking anything else in the CMake isn't perfect by any means, but it does allow for some interesting things:
The biggest problem is that this means that anyone wishing to compile the source will need to install CMake. This isn't hard, but it is an extra step. As a temporary measure, you can use the I welcome feedback on this decision, but please note -- "I don't like it" or "bring back the old way" comments will be ignored. Please send meaningful criticism or suggestions. Perhaps an approach if others want to contribute will be to do the reverse of
what I did before -- create a Additionally, the old Makefile had grown over time to include some tricks that users of various systems required. I have tested the CMake system on OS X, Ubuntu and Debian Linux, and MinGW on Ubuntu. I welcome suggestions for improvements to the CMake configuration. Download BinaryBinaries for OS X and Windows are available on the github site: https://github.com/fletcher/MultiMarkdown-5/releases Compile from SourceTo compile MultiMarkdown, you will need to have CMake installed on your machine. To download the source:
Like all versions of MultiMarkdown since v3, there is one test that will fail
(now helpfully called If you want to make an installer, after the above, use the For more information, checkout the UsageThe MultiMarkdown User's Guide has complete instructions on how to use MultiMarkdown. LyX SupportCharles R. Cowan (https://github.com/crcowan) added support for conversion to LyX. Support for this should be considered to be in alpha/beta, and is not guaranteed. Issues related to LyX can be added to the MultiMarkdown issues page on github, but will need to be answered by Charles. I am happy to include this code in the main MMD repo, but since I don't use LyX I can't support it myself. If this arrangement becomes a problem, then LyX support can be removed and it can be kept as a separate fork. More InformationTo get more information about MultiMarkdown, check out the website or MultiMarkdown User's Guide. Developer NotesBe sure to read the relevant documentation:
If you wish to submit pull requests, then be sure to work off of the http://nvie.com/posts/a-successful-git-branching-model/ I will not accept pull requests directly into the NOTE: Additionally, I am trying to use a consistent convention for commit messages, so that I can quickly generate the framework for Release Notes for new versions of MultiMarkdown. For example:
The list of TAGs is in flux, but currently includes:
These TAGs are still in flux as I develop the system I am using, but this will
allow me to automatically generate most of the Release Notes for each new
version. I'll still need to go over them manually, but this gives me a head
start! (As an aside, any time you use one of the By using the TAGs, I can sort the list of messages and group things into categories. By consistently using the semi-colon syntax, I can automatically split commits with multiple notes. LicenseThe MMD 5 is released under the MIT License. CuTest is released under the zlib/libpng license. See CuTest.c for the text of the license. The MIT LicensePermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论