Martin Hepp
Martin Hepp
BTW, we could include schema:Place in the domain of schema:offers and in the range of schema:itemOffered. This would make it more straightforward to use places in offers. But we need...
Hi Arthur: It is a fundamental principle in schema.org and the underlying GoodRelations data model that things do not have prices, but that instead offers including / referring to these...
Hi Arthur, there are plenty of examples at the bottom of http://schema.org/PropertyValue (I will add a pull request to make them appear at additionalProperty, too).
As I tried to explain, you have to attach the priceSpecification property to the offer, not to the residence.
@ChiefRA1 @danbri Note that my hotel extension proposal (available soon) will also improve the vocabulary for real estate - number of rooms, description of rooms, floor sizes, amenities, etc. See...
Personally, I would not put it into a Lua-Filter, but instead use a custom output template for HTML. Here are some related projects: https://git.tpi.uni-jena.de/dg/notes/-/tree/main/md/pandoc-bootstrap-template https://github.com/ashki23/pandoc-bootstrap (I tweaked this for my...
[Manubot](https://manubot.org/) does this for the HTML output, see [here](https://github.com/manubot/rootstock/blob/main/build/pandoc/defaults/html.yaml). For examples of the resulting HTML, see the [Manubot catalog](https://manubot.org/catalog/) or [e.g. this one here](https://aseedb.github.io/synaptic_tomo_ms/). While the standard Manubot output is...
Thanks for your effort! However, I still think that the approach you take can be made much more sustainable, in particular for Markdown documents that shall be converted to multiple...
I appreciate your effort, but frankly “Premature optimization is the root of all evil” - hard-coding functionality that circumvents the official architecture will make your solution brittle and hard to...
Cross-referencing https://github.com/gpoore/codebraid/issues/32#issuecomment-1257273636 as a pretty straightforward way will be adding Codebraid classes to code blocks and then running Codebraid over the Markdown generated by Jupytext - this should do the...