Afficher le code source :
[rst src=1 file=https://raw.githubusercontent.com/Prodiguer/find-agg/master/docs/configuration.rst]
Result :
');
var src=1;
if(!src){
$('#div_configuration_rst1').load('https://raw.githubusercontent.com/Prodiguer/find-agg/master/docs/configuration.rst',function(rst){
$.post(window.location.origin+'/wp-content/plugins/rst-plugin/rst_ajax.php',{rst:rst}).done(function(html){
$('#div_configuration_rst1').html(html).css('display','block');
});
});
}else{
$('#div_configuration_rst1').load('https://raw.githubusercontent.com/Prodiguer/find-agg/master/docs/configuration.rst',function(rst){
html='
';
$('#div_configuration_rst1').html(html).css('display','block');
});
}